sherwyn11 / The-Ultimate-Snake

Snake game made in Pygame where the game plays by itself using AI!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The-Ultimate-Snake

Snake game made in Pygame where the game plays by itself using AI!

Overview

AI algorithm used: A* Algorithm

A* is a graph traversal and path search algorithm, which is often used in many fields of computer science due to its completeness, optimality, and optimal efficiency

Demo

Getting Started

  1. Clone this repo
git clone <this_repo_url>
  1. Download the required Python packages
cd The-Ultimate-Snake
pip install -r requirements.txt
  1. Run the Python script
python main.py

License

License: MIT

MIT License Link


© 2020 Sherwyn D'souza

About

Snake game made in Pygame where the game plays by itself using AI!

License:MIT License


Languages

Language:Python 100.0%