/snake

Primary LanguagePythonApache License 2.0Apache-2.0

Requirements

  • pynput python package
  • curses python package
  • python version >=3.6

To run:

python3 ./snake/snake.py

or

python3 ./snake/snake.py <width> <height>

Arrow keys to move

Esc key to exit