Skip to content

tormaroe/gravity-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravity Force LÖVE2D Clone

A physics-based cave flyer game inspired by the classic Amiga game Gravity Force, built with the LÖVE (Love2D) engine.

Start Screen

🚀 Getting Started

Prerequisites

Ensure you have LÖVE 11.5+ and just installed.

Commands

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

🎮 Controls

  • 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

🧪 Testing

We have built-in collision, movement, and physics unit tests. You can run these via just test.

About

A gravity force inspired game for two players implemented in LÖVE (Lua)

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors