Skip to content

MoritzGoeckel/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life in C++

How to run it

Install SFML on Ubuntu:

sudo apt-get install libsfml-dev

Compile the source

g++ *.cpp -o exec -lsfml-graphics -lsfml-window -lsfml-system

Run it

./exec

Screenshot

Screenshot of Conway's Game of Life in modern C++ with SFML

Releases

No releases published

Packages

No packages published

Languages