luciferreeves / gameoflife

Simple Conway's Game of Life Implementation in C++ using SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life

This is a simple implementation of Conway's Game of Life in C++ using SDL2.

Prerequisites

Note: You can install SDL2 using Homebrew on macOS: brew install sdl2. Follow the instructions on the SDL2 website for other platforms.

Build

make.sh script is provided to build the project. It will create a build directory and put the executable in it.

chmod +x make.sh   # Make the script executable, if needed
./make.sh          # Build the project

Run

./build/gameOfLife

About

Simple Conway's Game of Life Implementation in C++ using SDL2


Languages

Language:C++ 86.1%Language:Shell 12.2%Language:C 1.7%