MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / game_of_life.py

File game_of_life.py

cellular_automata/game_of_life.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Conway's Game Of Life, Author Anurag Kumar(mailto:anuragkumarak95@gmail.com)
2
3Requirements:
4 - numpy

Callers

nothing calls this directly

Calls 4

create_canvasFunction · 0.85
seedFunction · 0.85
showMethod · 0.80
runFunction · 0.70

Tested by

no test coverage detected