Skip to content

efren-cabrera/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezgif com-gif-maker (6) Game of life

Personal implmentation of Game of Life game of John Horton Conway. This project is planned to be used to compare performance when using GPU.

ezgif com-gif-maker (5) Compile

You need to have cmake installed.

  • How to test
mkdir build && cd build
cmake ..
cmake --build . 
ctest --output-on-failure
  • How to build
mkdir build && cd build
cmake ..
cmake --build . 
./app/GameOfLife

ezgif com-gif-maker (4) Result

Result using a grid of 600 x 800

Game of Life

Some common patterns

Game of Life Game of Life Game of Life Game of Life

About

Game of Life implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published