From cad95c81c614a6e1eea0a55f5160734b731a3a57 Mon Sep 17 00:00:00 2001 From: flifloo Date: Tue, 30 Mar 2021 08:39:53 +0200 Subject: [PATCH] Update README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 24ecfeb..943d115 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # 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