Skip to content

LessVegetables/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

John Conways Game of Life

TODO:

  1. make a readme.md file
  2. add something useful to the readme.md file
  3. add an explanation to the game

In the meantime, check the release page.

Installation Guide for Game of Life

Requirements:

  • 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

Steps for building from source:

  1. 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
  2. Configure the project:

    cmake -S . -B build
  3. Build the project:

    cmake --build build
  4. Run the Game:

    After the build is complete, run the game:

    ./build/game-of-life/game-of-life

Credit:

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.

About

Personal Project written in C using raylib

Topics

Resources

Stars

Watchers

Forks