var fDesc=new Array(); fDesc[0] = "Alien Racer was made as an entry for the Dark Basic competition in 2003, in which entrants were supplied with an alien model, and were allowed to create anything they wanted, so long as the alien featured in the game.

The game has three different game modes: normal race against three opponents, time trial, in which you try and achieve the quickest lap, and arcade, in which you have to reach the checkpoints before your time runs out.

Alien Racer has been featured on magazine cover CD's and newsletters in the past and is featured on many websites."; 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 = ''; } }