Skip to content
/ life Public

Simple Conway's Game of Life implementation in C++

License

Notifications You must be signed in to change notification settings

nikoof/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

life

License

A simple implementation of Conway's Game of Life in C++ using SFML and TGUI. Currently a work-in-progress.

Planned features:

Building with Nix

# build
nix build github:nikoof/life
./result/bin/life

# ...or run it directly
nix run github:nikoof/life

Building manually

Alternatively, you can clone the repository and build manually. You need to install SFML and TGUI and make the libraries available to your compiler.

Note: You need a compiler with support for C++23. I've only built this with g++ (GCC) 12.3.0.

git clone https://github.com/nikoof/life
meson setup --buildtype release build
meson compile -C build
./build/life

About

Simple Conway's Game of Life implementation in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published