var fDesc=new Array(); fDesc[0] = "A great take on the old classic Space Invaders game.

This impressive Space Invaders remake, the RetroVaders is a freeware game as well. It's a great-to-play "tribute" to Space Invaders, released for Linux, Windows and MacOS X.

In case anyone hasn't ever played space invaders before (anyone?) the game is played as follows: shoot the aliens before they reach the bottom of the screen. Shoot bonus UFOs for extra points, hide behind or shoot through the bunkers, avoid getting shot.

Additional System Requirements:

- Requires libsdtc++.so.6 or higher and a hardware accelerated X server."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }