This is a simple version of the Game of Life.
It is an application of the classic cellular automaton, played on an infinite two-dimensional rectangular grid of cells. See the what_is_it file for better comprehension.
This project was created using Jupyter Notebooks for educational purposes. The goal was to practice using the numpy and matplotlib libraries, and Jupyter Notebooks facilitate documenting the process, explaining the code, and illustrating the logic of the game. Also, notebooks are excellent for visualization, making it easier to understand the concepts being demonstrated.
Contributions are welcome! If you find any issues, have suggestions for improvements, or simply want to experiment with the code, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the License file for details.