Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# ConwayGoLG
Conway's Game of Life Generator

RUN 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