Skip to content

Commit 6fb6e5b

Browse files
authored
Update README.md
1 parent ff9dbdd commit 6fb6e5b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ NEAT stands for "Evolving Neural Networks through Augmenting Topologies"
33
Original version in JavaScript programmed by Code-Bullet at https://github.com/Code-Bullet/NEAT-Template-JavaScript.
44
Re-programmed by CoolCat467 in Python3 and using Pygame. Based of Code-Bullet's Javascript.
55

6-
Implemented Save-Load feature requested in original project, https://github.com/Code-Bullet/NEAT-Template-JavaScript/issues/1.
6+
# 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.
9+
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.
710

811

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

0 commit comments

Comments
 (0)