Update README
This commit is contained in:
parent
5ea8760ed2
commit
cad95c81c6
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -1,2 +1,20 @@
|
||||||
# snake
|
# snake
|
||||||
|
|
||||||
|
## Features
|
||||||
|
- [x] Base of the snake game
|
||||||
|
|
||||||
|
- [x] Level selection
|
||||||
|
|
||||||
|
- [x] Avoid suicide by inputting the opposite direction
|
||||||
|
|
||||||
|
- [x] Life
|
||||||
|
|
||||||
|
- [ ] Heart item to regain a life
|
||||||
|
|
||||||
|
- [x] No wall option
|
||||||
|
|
||||||
|
- [x] Score & lives display
|
||||||
|
|
||||||
|
- [x] Increase speed every 5 points
|
||||||
|
|
||||||
|
- [ ] Power up to decrease the snake size
|
||||||
|
|
Reference in a new issue