From 4ebed4d7fe5ce0067417827642813a43fdd86def Mon Sep 17 00:00:00 2001 From: amit801 <69505610+amit801@users.noreply.github.com> Date: Thu, 15 Oct 2020 14:18:10 +0530 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8ccdaee..fa7fb71 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ Using the genetic algorithm and neural networks I trained up 5 snakes who will t The program I used to write and run this code was processing https://processing.org/download/ -If you get it working some instructions -press Space to just show the current best from each population -press d to double the mutation rate -press h to halve it -after you run it some snakes will be saved press 0 to 4 to check them out -to further train the snakes of legend (the saved snakes) press L -to fuse snakes together to create a super snake press f +*If you get it working some instructions +*press Space to just show the current best from each population +*press d to double the mutation rate +*press h to halve it +*after you run it some snakes will be saved press 0 to 4 to check them out +*to further train the snakes of legend (the saved snakes) press L +*to fuse snakes together to create a super snake press f I hope my commenting makes sense