Skip to content

jl2/LifeAutomata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is (going to be) an implementation of Conway's Game Of Life, written in C++ using Qt.

In addition to the simple 2D version of the game, I'd like to experiment with some 3D versions.

All logic for computing and evolving automata is implemented in plugins.

A simple implementation of Conway's Game Of Life is implemented in plugins/simplelife

Building:

git clone git://github.com/jl2/LifeAutomata.git
cd LifeAutomata
qmake
make

Running

./bin/qlife

About

Qt program for Conway's Game Of Life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published