Top Down Shooter (TDS) is a rudimentary top down shooter game using the love2d Lua game engine and some elbow grease.
- Use the
w
,a
,s
, andd
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
- There is no winning, this game goes on until you either quit or die.
- If you discover any bugs please submit an issue.
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.