Skip to content

txtData/SnakeAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnakeAI

AI learns to play "Snake".

This project uses a combination of genetic algorithms and neural networks to teach an AI to play the game "Snake".

A three layer feedforward neural network is used as the snake's brain. After the first generation of snakes is randomly initialized, each snake is tested in how it performs in the game. The best performing snakes make it to the next generation--some of the neurons in their brains being randomly mutated.

When the application is started, a window displaying the playing field allows the user to follow the evolutionary progress. Typically, the generated snakes will get better at playing the game over time.

screenshot

Releases

No releases published

Packages

No packages published

Languages