Skip to content

A non-AI program that beats the Snake game. Mixture of Breadth First Search (aka. Flower Algorithm) and Greedy Search.

Notifications You must be signed in to change notification settings

TimDSF/Snake-NonAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake-NonAI

A non-AI program that beats the Snake game. Mixture of Breadth First Search (aka. Flower Algorithm) and Greedy Search.

Controls:

Up, Down, Left, Right to control the Snake. Press S to start a new game. Press A to turn on / off AutoPlayer. Press Space to trigger boost when not in AutoPlayer mode, to turn on / off boost when in AutoPlayer mode.

About

A non-AI program that beats the Snake game. Mixture of Breadth First Search (aka. Flower Algorithm) and Greedy Search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages