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, anddkeys to move the player character - Use the
left mousebutton to shoot with your pistol - Use the
pkey to pause the game - Use the
escapekey 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.


