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.
2 parents 94efe95 + 396d6af commit 56e2c9aCopy full SHA for 56e2c9a
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() -> None:
576
"""Example 1: Conway's Game of Life (B3/S23)."""
577
try:
@@ -656,6 +657,7 @@ def demo_statistics() -> None:
656
657
# Main demo orchestrator
658
659
660
661
def demonstrate_cellular_automaton_features() -> None:
662
"""Runs a set of cellular automaton demonstrations."""
663
print("=" * 80)
0 commit comments