Update evo.py

This commit is contained in:
Brad Stein 2022-07-24 14:15:00 -05:00 committed by GitHub
parent fecd07568c
commit 42359f2e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
evo.py
View File

@ -12,6 +12,7 @@
# rewrite stats method :( # rewrite stats method :(
# more happiness balancing (not having it inherited) # more happiness balancing (not having it inherited)
# modularize this whole thing # modularize this whole thing
# society detection/shift mechanism
import random import random
import math import math