项目作者: sherwyn11

项目描述 :
Snake game made in Pygame where the game plays by itself using AI!
高级语言: Python
项目地址: git://github.com/sherwyn11/The-Ultimate-Snake.git
创建时间: 2020-10-21T10:39:26Z
项目社区:https://github.com/sherwyn11/The-Ultimate-Snake

开源协议:MIT License

下载


" class="reference-link">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
    1. git clone <this_repo_url>
  2. Download the required Python packages
    1. cd The-Ultimate-Snake
    2. pip install -r requirements.txt
  3. Run the Python script
    1. python main.py

License

License: MIT

MIT License Link


© 2020 Sherwyn D’souza