Classic snake game for the command-line interface.
- Controls: Use arrow keys.
- High Score Tracking: A local highscore board (.txt file) keeps track of the top 3 highest scores.
- Adjustable Speed: The snake moves faster as its length grows. Hint: Hold the arrow key to make the snake go even faster.
- Pause and Restart: Pause and continue the game anytime, or restart.
To play the game, clone this repository to your local machine:
git clone https://github.com/iambusra/snake.git
cd snake
Note for Win users: Install curses library.
pip install curses