Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLive

Conway's "Game of Life" as an exercise in program parallelization.

C++ build

  • For POSIX simply use command gcc GameOfLifeCpp.cpp -o GameOfLifeCpp -std=c++17 -march=native -lstdc++ -pthread -O3.
  • For Windows use the included Visual Studio Solution (VS2022 or later).

About

Conway's "Game of Life" as an exercise in program parallelization.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages