Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enoobis/conwaygolg
Conway's Game of Life Generator
https://github.com/enoobis/conwaygolg
conway conway-life conway-s-game-of-life conway-sgame conways-game conways-game-of-life game-of-life numpy python
Last synced: 10 days ago
JSON representation
Conway's Game of Life Generator
- Host: GitHub
- URL: https://github.com/enoobis/conwaygolg
- Owner: enoobis
- License: mit
- Created: 2023-02-23T17:40:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T17:53:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T22:33:09.968Z (about 2 months ago)
- Topics: conway, conway-life, conway-s-game-of-life, conway-sgame, conways-game, conways-game-of-life, game-of-life, numpy, python
- Language: Python
- Homepage:
- Size: 34.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ConwayGoLG
Conway's Game of Life GeneratorRUN ONLINE : [RUN](https://replit.com/@Enoobis/ConwayGoL)
![image](https://user-images.githubusercontent.com/62465404/220987663-3c47b568-27a0-4ec9-803a-e295267e8e39.png)
## Installation
To install the required packages, you can use pip:
```
pip install numpy
```## Usage
To run the game, you can use the following command:
```
python main.py
```
This will start the GUI for the Game of Life, and you can click the "Run" button to start the game. You can also click the "Reset" button to reset the game to its initial state.## Customization
You can customize the size of the grid and the initial state of the game by changing the values of the `GRID_SIZE` and `create_grid()` variables in the `main.py` file.
## Credits
It's based on the [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) cellular automaton, which was invented by John Horton Conway in 1970.## License
This project is licensed under the MIT License