This is a recreation of the classic space invaders video game. Loosly based on the AtariST version by Robert HC Leong(1990)
Implemented in the C programming language, using SDL library to display graphics on the screen.
To compile you need to have SDL installed on your system and the header files available to you operating systems PATH environment variable
gcc si.c -lSDL -o invaders
note that there is no sound added so far. the goal was to create a working complete version of the gameplay only
- space bar to start a game
- when in game space fires a bullet
- arrow keys for movement
- ESC to exit game
Pretty much a finished version lots of little tweeks or better sprites could be added but all major work hase been completed and its ready to play
Gameplay with animated enemy sprites, scoring system ect
Original prototype screen shot. All coloured hitbox's no bitmaps/sprites. this is from the first working build