Skip to content

Commit 93ba58c

Browse files
committed
Update version information
1 parent dd8ded8 commit 93ba58c

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# NEAT Template Python3
22
NEAT stands for "Evolving Neural Networks through Augmenting Topologies"
3-
Original version in JavaScript programmed by Code-Bullet at https://github.com/Code-Bullet/NEAT-Template-JavaScript.
4-
Re-programmed by CoolCat467 in Python3 and using Pygame. Based of Code-Bullet's Javascript.
3+
4+
Original version in JavaScript programmed by Code-Bullet at [here](https://github.com/Code-Bullet/NEAT-Template-JavaScript).
5+
6+
Ported by CoolCat467 to Python3.11. Based of Code-Bullet's Javascript.
7+
58

69
# Version Information:
7-
Version 0.0.0: Inititial release
8-
Version 1.0.0: Implemented Save-Load feature requested in original project, https://github.com/Code-Bullet/NEAT-Template-JavaScript/issues/1.
10+
Version 0.0.0: Inititial Publc Release
11+
12+
Version 1.0.0: Implemented Save-Load feature [as requested in the original project](https://github.com/Code-Bullet/NEAT-Template-JavaScript/issues/1)
13+
914
Version 1.1.0: Added doccumentation, added BaseEntity object that BasePlayer now inherits, changed some other small things. Removed un-needed dependancy on threading module, as it was not used.
1015

16+
Version 2.0.1: Various changes to make pylint happy and minor fixes, removed pygame requirements.
17+
18+
Version 2.1.0: Fix type annotations, make code cleaner, rename `ConnHist` to `History`, and add `World` class. With the new type annotation fixes, it should be possible to compile this module to a C extension using [mypyc](https://mypyc.readthedocs.io/en/latest/introduction.html) for even faster code.
1119

1220

13-
P.S.: If Code-Bullet ever sees this, your youtube videos are great other than sometimes bad language.
21+
P.S.: If Code-Bullet ever sees this, your youtube videos are great.

0 commit comments

Comments
 (0)