Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 433 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 433 Bytes

SnakeAI

AI for the game Snake developed in Python. Built to be efficient in its pathing and solving.

Python files include all 5 iterations of optimization, from the MVP to its final design.

Nogui files - Runs the bot in the background with no display Nogui_data files - Runs the bot in the background but displays data for graphing optimizations Viewable files - Creates a nice terminal-based display for the snake ai to run in