NicoleStrel / Snake-AI

AI snake solver using graph algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake-AI: Magni's Adventure

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

Demo Video

About

AI snake solver using graph algorithms


Languages

Language:Python 100.0%