We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee55a3 commit fdc7d25Copy full SHA for fdc7d25
cellular_automata/von_neumann.py
@@ -571,6 +571,7 @@ def run_interactive_simulation(
571
# Helper demo functions
572
# -------------------------------------------------------------------------
573
574
+
575
def demo_game_of_life():
576
"""Example 1: Conway's Game of Life (B3/S23)."""
577
try:
@@ -655,6 +656,7 @@ def demo_statistics():
655
656
# Main demo orchestrator
657
658
659
660
def demonstrate_cellular_automaton_features():
661
"""Runs a set of cellular automaton demonstrations."""
662
print("=" * 80)
0 commit comments