Skip to content

An SFML representation of the automaton game Conway's Game Of Life

Notifications You must be signed in to change notification settings

Seif-Sallam/ConwaysGameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This project is a demonstration of the famous cellular automata game Conway's Game of Life. The graphics was created using SFML. ImGui is used as well to create the GUI used to manipulate the simulation.

To compile the code:

This project was compiled and maintained on Linux Ubuntu 21.0. The project has a Makefile that compiles all the other projects needed to run this project such as imgui.

The required dependency is mainly SFML.

Install SFML & run make at the root folder of the project. This will generate an executable file in the build folder Build.

Screenshot:

About

An SFML representation of the automaton game Conway's Game Of Life

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published