Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 414 Bytes

File metadata and controls

31 lines (23 loc) · 414 Bytes

HandmadeSpaceInvaders

Space Invaders game made from scratch (as much as possible)

Building and running

Linux

./build.sh
./linux_hspaceinvaders.elf

Windows

.\build.bat
.\win32_hspaceinvaders.exe

Controls

  • A/D - move left/right
  • Space - shoot
  • R - restart game
  • ESC - close game

TODO

  • Windows port
  • Code cleanup
  • Makefile
  • Replace stdlib