Skip to content

jadermcs/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

Conway's game of life using GLFW.

conway

Dependencies

  • glew
  • glfw
  • opengl
sudo apt install libglfw3-dev libglew-dev libgl1-mesa-dev

Building

mkdir build
cd build
cmake ..
make

Running

./main [number of jobs] [file wih a 64x28 of initial state]

About

Game of Life using GLFW

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published