mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
5de90aafc7
* Created conways_game_of_life.py * Added new_generation(list[int[int]]) -> list[list[int]] * Added glider example * Added comments and shortened glider example * Fixed index out of bounds error * Added test * Added blinker example * Added ability to generate images * Moved image generating code into a separate function * Added comments * Comment * Reformatted file * Formatting * Removed glider test * Update cellular_automata/conways_game_of_life.py Co-authored-by: John Law <johnlaw.po@gmail.com> * Update conways_game_of_life.py * Update conways_game_of_life.py Co-authored-by: John Law <johnlaw.po@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
conways_game_of_life.py | ||
one_dimensional.py | ||
README.md |