A physics-based cave flyer game inspired by the classic Amiga game Gravity Force, built with the LÖVE (Love2D) engine.
Ensure you have LÖVE 11.5+ and just installed.
We use just as a command runner:
- Run the game (windowed):
just # or just run - Run the game (fullscreen):
just fullscreen
- Run unit tests:
just test
- Player 1 (Blue):
- A / D: Rotate ship left / right
- W: Fire thrusters
- Tab: Shoot bullets
- Player 2 (Red):
- Left / Right: Rotate ship left / right
- Up: Fire thrusters
- Backspace: Shoot bullets
- General:
- Enter: Start game (on startup screen) or reset to startup screen (on game over screen)
- R: Reset game state (while playing)
- Esc: Quit the game
We have built-in collision, movement, and physics unit tests. You can run these via just test.
