/GameOfLifeCPP

Super fast Game Of Life written in C++ 🦠

Primary LanguageC++

🦠 GameOfLifeCPP

NOTE: to anyone looking at this, I'm realizing now I put everything in a header file. I know this isn't how C++ is supposed to be structured but at the time I made this I had almost no knowledge of how C++ works.

Super fast Game Of Life written in C++ One of my first complete programs in C++, I'm working on adding more features.

Usage:

Steps to get started:

  1. Edit the config.txt file to your liking

  2. Run GOL.exe

Controls

Use spacebar to start/stop the simulation

Scroll to change brush size and click to draw

Shift+Scroll to add delay to the simulation (slow it down)

Click on Clear/Fill/RColor to Clear, Fill with noise and set random colors