Skip to content

alexhrv/gameoflife

Repository files navigation

gameoflife

Game of life written in C++ using wxWidgets GUI library.

Installation

You would probably need wxWidgets. Do it by writing in cmd-line: sudo apt install libwxgtk3.0-dev

Compile

g++ GameOfLife.cc MainFrame.cc GamePanel.cc Grid.cc -std=c++11 `wx-config --cxxflags` `wx-config --libs` -o gameoflife

Run

./gameoflife

In-game screenshot

About

Game of life written in C++ using wxWidgets GUI library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages