Skip to content

claudemuller/life.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

build

Conway's Game of Life written in C with raylib.

Game of Life

Requirements

Simulation Interaction

The simulation starts in edit mode:

start

One can use the:

  • space key to toggle between editing or running the simulation
  • right-mouse button to add cells
  • left-mouse button to remove cells
  • s key to to seed the Petri dish with random cells

seed dish

  • enter key to restart with a clean Petri dish
  • q key to quit

Build

make build

Run

make run

Build a Debug Binary

make debug-build

Start lldb or gdb With Debug Binary

make debug

Releases

No releases published

Packages

No packages published