- Read this in other languages: English, Portuguese
Classic Snake game made with Python
- Snake [Implementation of "Snake", the game, in python3 using pygame]
- Normal : Player snake game
- Auto-Snake : AI snake game
- Run game modes with:
Normal:
python3 main.py
Auto:
python3 snakebot.py