f-prime / GameOfLife-CPP

Conway's Game of Life implemented in C++ with raylib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life

A simple implementation of Conway's Game of Life in C++.

Build & Run

python3 build.py

Known Bugs

  • You must click on the top left of a cell to toggle it on and off.

About

Conway's Game of Life implemented in C++ with raylib


Languages

Language:C 97.5%Language:C++ 1.6%Language:CMake 0.8%Language:Python 0.1%