Skip to content

A C implementation of Conway's Game of Life

License

Notifications You must be signed in to change notification settings

abyucel/cgol-raylib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgol-raylib

A C implementation of Conway's Game of Life.

Screenshot

Building

Make sure you have installed raylib.

# clone this repository
git clone https://github.com/abyucel/cgol-raylib cgol-raylib
cd cgol-raylib

# edit config.mk to match your system
make

# run the program
./cgol-raylib

About

A C implementation of Conway's Game of Life

Topics

Resources

License

Stars

Watchers

Forks