PySnake Snake written in Python and using a reinforcement model to have it play itself Quickstart: pip install -r requirements.txt To play the game yourself: python3 src/main.py To have the AI play: python3 src/agent.py