Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mochatek authored Jun 16, 2020
1 parent 27739e3 commit b78d8d4
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# ultimate_fighter
A 2D action game developed using python-arcade.
# Ultimate Fighter

- Simple 2D action game built using [python-arcade](https://arcade.academy/)
- You can puch, jab or block as long as you have energy.
- Every time we use a move, our energy will be depleted.
- Every time you eat a punch without blocking, your life is reduced.
- Energy will be shown in the energy bar and will replenish with time. :zap:
- Life will be shown as a life bar.
- Remember ! you need energy to fight or block. so be wise, use your moves carefully.
- One who knocks out the opponent will be crowned the "New Ultimate Fighter of the woooorld" -[Bruce Buffer :sweat_smile:]

**Requirements :** See [requirements.txt](https://github.com/mochatek/ultimate_fighter/blob/master/requirements.txt)
---

### Screenshots :
![screenshot 1](https://github.com/mochatek/ultimate_fighter/blob/master/ultimate_fighter.PNG)

**More projects available at :** [https://github.com/mochatek](https://github.com/mochatek)

0 comments on commit b78d8d4

Please sign in to comment.