Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijsbol/thegameoflifepythonspeedrefactor
The Game of Life but programmed in Python and faster than the last attempt.
https://github.com/ijsbol/thegameoflifepythonspeedrefactor
Last synced: 2 days ago
JSON representation
The Game of Life but programmed in Python and faster than the last attempt.
- Host: GitHub
- URL: https://github.com/ijsbol/thegameoflifepythonspeedrefactor
- Owner: ijsbol
- License: mit
- Created: 2023-03-27T19:58:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T21:03:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T00:25:52.291Z (8 days ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TheGameOfLifePythonSpeedRefactor
The Game of Life but programmed in Python and faster than the last attempt.## All the GameOfLifes I've made.
|Language|Repo link|
|--|--|
|Python|https://github.com/Scrumpyy/TheGameOfLifePython|
|Java|https://github.com/Scrumpyy/TheGameOfLifeJava|
|Javascript|https://github.com/Scrumpyy/TheGameOfLifeJavascript|
|PythonSpeedRefactor|https://github.com/Scrumpyy/TheGameOfLifePythonSpeedRefactor|