Update README.md

This commit is contained in:
mam91 2017-11-20 21:57:47 -06:00 committed by GitHub
parent 8fd2df84cd
commit 02d6e22c91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,11 @@
# NeatResearch # NeatResearch
Update to Seth Bling's Mar I/O lua code.
Added a start/stop button so that the algorithm doesn't auto-start on load and so that one can easily pause the algorithm.
For some reason, the load feature did not work on my machine. This is now fixed so that I can load a previously saved pool.
Moved the neat graphics to the form window instead of as a gui overlay. I liked the gui overlay but I prefer to to separate the game window from the neat information.
Did some miscellaneous house-keeping, like moving global config settings into their own file, etc.