Skip to content

enoobis/ConwayGoLG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConwayGoLG

Conway's Game of Life Generator

RUN ONLINE : RUN

image

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 cellular automaton, which was invented by John Horton Conway in 1970.

License

This project is licensed under the MIT License