|
@@ -223,7 +223,7 @@ def life_loop():
|
|
|
paint_life()
|
|
paint_life()
|
|
|
|
|
|
|
|
# End the game neatly:
|
|
# End the game neatly:
|
|
|
-def ascention():
|
|
|
|
|
|
|
+def ascension():
|
|
|
genesis_position()
|
|
genesis_position()
|
|
|
|
|
|
|
|
# Remove seeds
|
|
# Remove seeds
|
|
@@ -240,7 +240,7 @@ def ascention():
|
|
|
def main():
|
|
def main():
|
|
|
seed()
|
|
seed()
|
|
|
life_loop()
|
|
life_loop()
|
|
|
- ascention() # The script should not run forever, making some unintended biblical implications...
|
|
|
|
|
|
|
+ ascension() # The script should not run forever, making some unintended biblical implications...
|
|
|
|
|
|
|
|
|
|
|
|
|
# don't change this code
|
|
# don't change this code
|