A recreation of the classic Snake video game displayed entirely in the terminal using Unicode characters and ANSI escape codes.
Run with
python3 main.py
I made this game so that I could create a program that will play it using deep reinforcement learing. More on that soon.
- Works best on Ubuntu.
- Works okay on Mac.
- Probably doesn't work on Windows.