From bff1a2733190ec4d6493c517a3144598d666eaa0 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 27 Sep 2020 17:43:47 -0700 Subject: [PATCH] update readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e03b14..3a4dc93 100644 --- a/README.md +++ b/README.md @@ -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!