Skip to content

han-gyeol/Genetic-Algorithm-Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic-Algorithm-Snake

Genetic Algorithm for Snake Game Agent. Goal is to fill up the entire screen. Alt Text

Snake game is a simple game in which the player moves the head of the snake up, down, right or left to eat a randomly generated food. The snake grows its size by one every time it eats the food, and the snake dies once it hits any part of its body. This project is about training an utility-based snake game agent using a genetic algorithm with a number of heuristics.

More info can be found in my blog post. https://han-gyeol.github.io/fun/2017/07/08/Game-AI-Snake-Game/

About

Genetic Algorithm for Snake Game Agent

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors