Skip to content

tobiabocchi/gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gol

demo

Sequential and parallel implementation of Conway's Game of Life using C and POSIX Threads.

Usage

Copy one of the blank universes in the same directory of the executable or build your own, then build using make build and start the simulation using ./gol <size> <n_threads> where size is the length of the square's side representing the universe and n_threads is the number of threads to use when computing in parallel the next frame.

About

Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors