Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (11 loc) · 1.04 KB

Game of Life

This is a simple version of the Game of Life.

animation_result

What Is 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.

Why Notebooks Were Used

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.

Contributing

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.

License

This project is licensed under the MIT License - see the License file for details.