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

Commit

Permalink
final release
Browse files Browse the repository at this point in the history
  • Loading branch information
LordUbuntu committed May 29, 2020
1 parent 32c7f5c commit d389074
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,19 @@ Top Down Shooter (TDS) is a rudimentary top down shooter game using the [love2d]
## 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](screenshots/screenshot1.png)
![Screenshot 2](screenshots/screenshot2.png)
![Screenshot 3](screenshots/screenshot3.png)



# 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](https://love2d.org) by typing `love tds.love`. If you are on Windows, congratulations! Simply download one of the binary distributions, unzip it, and run tds.exe.
19 changes: 0 additions & 19 deletions main.lua
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
-- TODO
-- merge branches and archive repo

-- changes => polished source code and added final features
-- "updated conf.lua and main.lua"
-- set enemy spawn radius to the hypotenuse of first screens width and height
-- removed dead code
-- renamed variables
-- added bullet and enemy timeout to improve performance and experience
-- added item drops and powerups
-- changed movement patterns to be linear
-- made love.update more concise
-- added pause feature (press p to pause the game)
-- documented code
-- no config files added, chiken and egg problem
-- cleaned up code



-- MAIN GAME LOOP
function love.load()
-- runtime variables
Expand Down

0 comments on commit d389074

Please sign in to comment.