Posts Tagged ‘PC’


My 15 Most Anticipated Games of 2010 (1 – 15)

1 Comment// Posted in Video Games by Sean on 01.09.10.

function showStuff(id) {
document.getElementById(id).style.display = ‘block’;
document.getElementById(id+’-show’).style.display = ‘none’;
document.getElementById(id+’-hide’).style.display = ‘inline’;
}
function hideStuff(id) {
document.getElementById(id).style.display = ‘none’;
document.getElementById(id+’-show’).style.display = ‘inline’;
document.getElementById(id+’-hide’).style.display = ‘none’;
}
This holiday season, and 2009 in general really, were a great time for games. In fact, it was probably the best year in games to date. But looking forward at the slew of fantastic games being released [...]