Skip to content

ValKozz/game_of_life_SDL3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of life

An interactive game of life implementation written in C and SDL3.

Alt Text

Bulding

git clone https://github.com/ValKozz/game_of_life_SDL3
cd game_of_life_SDL3
make

Running "make clean" will delete the compiled binary in build/.

Running

cd game_of_life_SDL3/build
./gof

Pressing Space will pause the game. Pressing forward on the keyboard will advance time 10x. Drawing on the screen is done with left click, as well as deleting with right click. Hitting C will clear the screen and all cells.

Quitting can be done by either Escape or Q.

About

A game of life implementation in C, using SDL3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors