| author | Georgios Atheridis <atheridis@tutamail.com> | |
| Thu, 7 Jul 2022 06:29:25 +0000 (09:29 +0300) | ||
| committer | Georgios Atheridis <atheridis@tutamail.com> | |
| Thu, 7 Jul 2022 06:29:25 +0000 (09:29 +0300) | ||
| commit | 38335c375f286f9b869cf43a9b9b5d5953487402 | |
| tree | 0d2af9468975bdbbdc41eebdad2f3997acb04434 | tree | snapshot |
| .flake8 | [new file with mode: 0644] | blob |
| .gitignore | [new file with mode: 0644] | blob |
| LICENSE | [new file with mode: 0644] | blob |
| README.md | [new file with mode: 0644] | blob |
| game_of_life/__init__.py | [new file with mode: 0644] | blob |
| game_of_life/board.py | [new file with mode: 0755] | blob |
| game_of_life/cell.py | [new file with mode: 0755] | blob |
| game_of_life/data/save.json | [new file with mode: 0644] | blob |
| game_of_life/data/settings.json | [new file with mode: 0644] | blob |
| game_of_life/game_of_life.py | [new file with mode: 0644] | blob |
| game_of_life/main.py | [new file with mode: 0644] | blob |
| requirements.txt | [new file with mode: 0644] | blob |
| setup.py | [new file with mode: 0644] | blob |