Asteroids
A game where you try to shoot asteroids before they try to shoot you.
while (asteroidNearby()) {
if
(playerHasAsteroid()) {
then
shootAsteroid();
else
moveShip();
}
Asteroids: because who needs a social life when you can play a space shooter?