Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Sep 28, 2020
1 parent 098cff3 commit bff1a27
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# snake
Snake
# SNAIKE

SNAIKE is a project built to make a competent player of the classic game of Snake using artificial intelligence. This project uses the Genetic Neural Network Algorithm with a custom implemented neural network.

Multiple snakes are spawned every generation. The amount of snakes and number of generations can be customized in the program. After each generation plays for an alloted amount of time, the snakes who ate the most fruit are taken and the weights of their neural networks swapped in minor ways to simulate breeding.

After each generation the snakes get consecutively better, until we have very competetant snakes!

0 comments on commit bff1a27

Please sign in to comment.