Skip to content

My Version of the Game of Life. Implementation of the classic cellular automaton!

License

Notifications You must be signed in to change notification settings

snoozleEmily/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My Version of the Game of Life. Implementation of the classic cellular automaton!

Resources

License

Stars

Watchers

Forks