1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Snake/README.md

23 lines
348 B
Markdown
Raw Normal View History

2021-03-11 09:10:48 +01:00
# snake
2021-03-30 08:39:53 +02:00
## Features
- [x] Base of the snake game
- [x] Level selection
- [x] Avoid suicide by inputting the opposite direction
- [x] Life
2021-03-30 09:05:38 +02:00
- [x] Heart item to regain a life
2021-03-30 08:39:53 +02:00
- [x] No wall option
- [x] Score & lives display
- [x] Increase speed every 5 points
2021-03-30 09:18:11 +02:00
- [x] Power up to decrease the snake size
2021-03-30 09:05:38 +02:00
- [x] Pause game when press escape