Snake game using curses library
Move with arrow keys. Pause and resume game with space
. Restart game with r
key.
Usage
Clone the repo and run the game with:
$ python3 ./snake.py
Watch the logs on another window:
$ tail -f debug.log
TODO
- Basic movement!!
- Feed snake 🐀
- Draw borders
- Detect collisions with self
- Detect collisions with borders
- Score counter
- Pause/Resume game
- Collision animation