Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 352 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 352 Bytes

oofswarm

Keybinds

  • Change game speed [ & ]
  • Spawn enemy ship wave S
  • Pause the game Space

Compiling

After cloning the repo, you can compile and run the game with

make

If you only want to compile without running the game, use

make compile

If you want to compile with debug symbols and start gdb, use

make debug