Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 977 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 977 Bytes

Top Down Shooter

Top Down Shooter (TDS) is a rudimentary top down shooter game using the love2d Lua game engine and some elbow grease.

Controls

  • Use the w, a, s, and d keys to move the player character
  • Use the left mouse button to shoot with your pistol
  • Use the p key to pause the game
  • Use the escape key to quit the game

Winning

  • There is no winning, this game goes on until you either quit or die.

Issues

  • If you discover any bugs please submit an issue.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

Download

Releases are archived into a .love file in the releases page. To run the game, simply download the latest release and run with love2d by typing love tds.love. If you are on Windows, congratulations! Simply download one of the binary distributions, unzip it, and run tds.exe.