Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 568 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 568 Bytes

Snake 🐍🐍🐍

Snake game using curses library

Snake

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