This project is a simple cellular automata simulator implemented in C++. Cellular automata are discrete models studied in computer science, mathematics, and physics to simulate complex systems.
For more information on cellular automata, check out the Wikipedia page.
- C++ compiler (e.g., g++)
- Make utility
- Clone the repository:
git clone https://github.com/sahil-tgs/Cellular-Automata.git cd Cellular-Automata
- Build the project using the provided Makefile:
make
- Run the simulator:
./game_of_life
Upon running the simulator, you can see some patter on the terminal which u can exit from by pressing ctrl + X
.
For more details and advanced usage, refer to the project wiki. (comming soon)