Skip to content

jasonliang-dev/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preview

Usage

  • Left click to make a cell alive
  • Right click to make a cell dead
  • Spacebar to play/pause
  • Left arrow to slow down, right arrow to speed up

Downloads

Building

Install pkg-config, SDL2, SDL2_image, then run the commands below:

mkdir build
cd build
cmake ..
make
./GameOfLife