Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msalade authored May 7, 2020
1 parent 38484ea commit 61042cb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@

# Top-Down Shooter

Simple top down shooter game created with use of [LOVE 2D](https://love2d.org/) engine.

![alt text](https://raw.githubusercontent.com/salat97/TopDownShooter/master/assets/imgs/gameScreen.png)

## Control
| KEY | ACTION |
|--|--|
| 🡅 | go up |
| 🡇 | go down |
| 🡆 | go left |
| 🡄 | go right |
| SPACE | shoot |
| ESC | puse |

## Characters
> ![player](https://raw.githubusercontent.com/salat97/TopDownShooter/master/assets/imgs/player.png) player
>![enemy robot](https://raw.githubusercontent.com/salat97/TopDownShooter/master/assets/imgs/enemies/robot.png) anemy robot
## Items
>![ammunition](https://raw.githubusercontent.com/salat97/TopDownShooter/master/assets/imgs/items/ammo-pack.png) ammunition

0 comments on commit 61042cb

Please sign in to comment.