Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 7 : Wolfram Elementary Cellular Automata and Game of Life #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

parajuliamit
Copy link
Contributor

This pull request introduces three new examples to Chapter 7, illustrating different implementations of cellular automata and the Game of Life. The changes include the addition of code for Wolfram Elementary Cellular Automata, a basic Game of Life, and an object-oriented approach to the Game of Life.

Wolfram Elementary Cellular Automata:

  • Added Example_7_1_Wolfram_Elementary_Cellular_Automata.pde

Game of Life:

  • Added Example_7_2_Game_of_Life.pde to implement Game of Life using a 2D array.

Object-Oriented Game of Life:

  • Added Cell.pde to define the Cell class, which encapsulates the state and behavior of individual cells in the Game of Life.
  • Added Example_7_3_Object_Oriented_Game_of_Life.pde to implement Game of Life using an object-oriented approach, leveraging the Cell class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant