Coder Social home page Coder Social logo

snake-ai's Introduction

Snake-Ai

An Ai that plays and wins the Snake Game everytime Written in Python

An example of the Snake Ai :

Alt Text

How it Works

1- The program starts by creating a hamiltonian cycle for the map

2- The Snake will try to find a path to the apple and follow it if it's safe to follow

We say that the path is safe to follow if the snake can continue the hamiltonian cycle after following it

3- if no such path exists or it's not safe the snake will take a tour around the map that helps him finding a safe path to the apple

the tour's path also must be safe to follow

4- if steps 2 and 3 are not safe the snake will just follow the hamiltonian cycle

steps 2 , 3 and 4 will repeat over and over making the snake getting longer

5- when the snake's length reaches 65% of the map he will stop doing steps 2 and 3 and instead he will just follow the hamiltonian cycle

snake-ai's People

Contributors

ywilix avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.