Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 449 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 449 Bytes

Game of Life

Visual implementation of Conway's Game of Life in C++ using Raylib.

Demo

Simulating simple glider
gof

Installation

You first need to install raylib.

git clone https://github.com/youshitsune/game-of-life
cd game-of-life/
make

Usage

Just run the gof executable.