Update evo.py

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

1
evo.py
View File

@ -13,6 +13,7 @@
# 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 # society detection/shift mechanism
# trade food for happiness
import random import random
import math import math