Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 566 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 566 Bytes

Snake

A recreation of the classic Snake video game displayed entirely in the terminal using Unicode characters and ANSI escape codes.

Gameplay

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.