From 02d6e22c91bf8d3ea26a3a6e25ce4704ee1fdfd8 Mon Sep 17 00:00:00 2001 From: mam91 Date: Mon, 20 Nov 2017 21:57:47 -0600 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab71912..d23ee15 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# NeatResearch \ No newline at end of file +# 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.