Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.88 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.88 KB

TOP DOWN SHOOTER

🔫 Top down shooter with LÖVE

Screenshot

Controls

  • Move: WASD or Arrow keys
  • Fire: Main mouse button
  • Reload: Sub mouse button
  • Restart: F5
  • Debug mode: F12
  • Print screen: Capture a screenshot and save it to a save-directory

Getting Started

Quick Start

  1. Download and install LÖVE 11.2.
  2. Download the latest version of love-top-down-shooter.love game distribution from release.
  3. Open the distribution with LÖVE.

Build and Run from Source

git clone https://github.com/remyroez/love-top-down-shooter.git
cd love-top-down-shooter/game
love .

Requirements

Libraries

Assets

License

MIT License