Game Title: Asteroids
Version: 1.0
Operating System: Win9x, XP
Compiler: MSVC++ .NET
Graphics Library: Console
Description:
This game was first made in HC11 assembler for HC11 development board (so that's way there is that frame with keyboard - represents development board). So I decided to write it in C so that is accessible to all of you. The main thing is that you have to avoid asteroids that are coming from right to left. You get more points if you're closer to the right edge of the screen. You start at the left edge of the screen. The game is completed when there is no more asteroids. You lose if you lost all your lifes. Three lifes are available.

Enjoy!