renxzen / snakeAStar

Implementation of A-Star algorithm in Snake Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake A-star

Implementation of A-Star algorithm in Snake using PyGame for my Artificial Intelligence class.

Used

  • A-star: To find the shortest path
  • Reverse A-star: To find the largest path

Video

  • version 0.99

game

About

Implementation of A-Star algorithm in Snake Game


Languages

Language:Python 100.0%