Update README.md

This commit is contained in:
wts42 2018-04-16 14:53:43 +02:00 committed by GitHub
parent 2eb5f1817b
commit 4cc47dff00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,15 @@ Update to [Seth Bling's Mar I/O][1] lua code, forked from [mam91/Neat-Genetic-Ma
* [x] [Added a variable for BizHawk path to make setup easier]. * [x] [Added a variable for BizHawk path to make setup easier].
* * [x] [Added instructions to Readme][Readme#1]. * * [x] [Added instructions to Readme][Readme#1].
* [x] [Include lists of good/neutral for both sprites and extended sprites]. * [x] [Include lists of good/neutral for both sprites and extended sprites].
* [x] Include powerups to fitness calculation. (as antagonist to the damage counter) * [x] [Include powerups to fitness calculation]. (as antagonist to the damage counter)
* [x] Option to start with specific powerup. * [x] [Option to start with specific powerup].
* [x] Give bonus for received 1-Ups. * [x] [Give bonus for received 1-Ups].
* [ ] Move bonus multiplicators to config. * [ ] Move bonus multiplicators to config.
* [ ] Show fitness calculation in GUI. * [ ] Show fitness calculation in GUI.
* [ ] Make GUI drawing optional. (Network & data)
* [ ] Make the drawing of the circle optional & disable it in overworld. (just cosmetical changes)
* [ ] Let the **Restart** button appear again.
* [ ] Reorganize the control form.
## Readme from [original repository][2] ## Readme from [original repository][2]
> Added coins/score/damage to fitness calculation. > Added coins/score/damage to fitness calculation.
@ -49,6 +53,9 @@ B19ED489 | CDD3C8C37322978CA8669B34BC89C804 | 6B47BB75D16514B6A476AA0C73A683A2A4
[Added a variable for BizHawk path to make setup easier]:https://github.com/wts42/Neat-Genetic-Mario/commit/9c920eb34be55a69c751cf5e725516a1ab2c6205 [Added a variable for BizHawk path to make setup easier]:https://github.com/wts42/Neat-Genetic-Mario/commit/9c920eb34be55a69c751cf5e725516a1ab2c6205
[Readme#1]:https://github.com/wts42/Neat-Genetic-Mario/commit/7b87f31eda57beced08bd360c4ec620c17375e8c [Readme#1]:https://github.com/wts42/Neat-Genetic-Mario/commit/7b87f31eda57beced08bd360c4ec620c17375e8c
[Include lists of good/neutral for both sprites and extended sprites]:https://github.com/wts42/Neat-Genetic-Mario/commit/95179cf7b655daca9586980c1248cd0027131330 [Include lists of good/neutral for both sprites and extended sprites]:https://github.com/wts42/Neat-Genetic-Mario/commit/95179cf7b655daca9586980c1248cd0027131330
[Include powerups to fitness calculation]:https://github.com/wts42/Neat-Genetic-Mario/pull/3
[Option to start with specific powerup]:https://github.com/wts42/Neat-Genetic-Mario/pull/3
[Give bonus for received 1-Ups]:https://github.com/wts42/Neat-Genetic-Mario/pull/3
[BizHawk]:https://github.com/TASVideos/BizHawk [BizHawk]:https://github.com/TASVideos/BizHawk
[BizHawk prerequesites]:https://github.com/TASVideos/BizHawk-Prereqs/releases [BizHawk prerequesites]:https://github.com/TASVideos/BizHawk-Prereqs/releases
[BizHawk binaries]:https://github.com/TASVideos/BizHawk/releases [BizHawk binaries]:https://github.com/TASVideos/BizHawk/releases