AI snake solver using graph algorithms: Depth-First Search (DFS), Breadth-First Search (BFS), a modified BFS, and Hamilton Cycle
- must have pygame installed:
pip3 install pygame
- to run:
python3 GameWindow.py
AI snake solver using graph algorithms
AI snake solver using graph algorithms: Depth-First Search (DFS), Breadth-First Search (BFS), a modified BFS, and Hamilton Cycle
pip3 install pygame
python3 GameWindow.py
AI snake solver using graph algorithms