Skip to content

ThomasParistech/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Of Life

Implementation of Conway's Game of Life.

1 - Installation

First, clone the repository.

git clone https://github.com/ThomasParistech/game_of_life.git

Then, go to the directory and compile it.

cd game_of_life
mkdir build
cd build
cmake ..
make -j6

Please note that CMakeLists.txt is configured in a such way that the executable is generated in the "bin" directory.

2 - Running

Go to the build directory and run the app

bin/main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published