make a readme.md fileadd something useful to the readme.md file- add an explanation to the game
In the meantime, check the release page.
- Operating System: Works on macOS, Linux^, or Windows^ (to be tested. Create an issue if it doesn't work)
- CMake: Ensure you have CMake installed
- Compiler: A C compiler
-
Clone the repository:
Open your terminal and run the following command to clone the repository:
git clone https://github.com/LessVegetables/game-of-life.git cd game-of-life
-
Configure the project:
cmake -S . -B build
-
Build the project:
cmake --build build
-
Run the Game:
After the build is complete, run the game:
./build/game-of-life/game-of-life
Ray — the godfather of Raylib, without which this whole project would just not work.
Super Fast Hash by Paul Hseieh — hash algorithm for loop detection.