A small 3D software game (use perspective projection). Only lines and dots are used for drawing.
The game use SDL for rendering.
$ apt-get install libsdl1.2-dev
$ make -C src
ARROWS to move a cross.
SPACE to shoot.
W to increase your speed.
S to decrease your speed.
ESC to stop the game loop.
$ ./game
