___
/ __|___ _ ___ __ ____ _ _ _ ___
| (__/ _ | ' \ V V / _` | || (_-<
\___\___|_||_\_/\_/\__,_|\_, /__/
|__/
_____ ___ __ _ ___
/ ___/__ ___ _ ___ ___ / _/ / / (_) _/__
/ (_ / _ `/ ' \/ -_) / _ \/ _/ / /__/ / _/ -_)
\___/\_,_/_/_/_/\__/ \___/_/ /____/_/_/ \__/
This is my first real C project and I thought that the game of life was a fun little excercise to test my C skills and really get a grasp of the concepts in real projects. I used SDL because it was the simplest graphics library and doesn't have a steep learning curve. It didn't take long and was entertaining since this was my first time creating any kind of graphics application/game
- You can click the cells that you want to activate or deactivate
- To go to the next epoch press
Space
- Press the start and stop button in the corner to let the game run
- Press
r
to clear the screen of all existing cells - Quit, of course, by closing the application
- clone this repo
- make
shared_game
- run the
game_of_life
binary - This code was only tested on MacOs, so I can't guarantee that it works on other platforms