Thanks to visit codestin.com
Credit goes to github.com

Skip to content

shamanskiy/lifeCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lifeCore

lifeCore provides an implemenation of Conway's Game of Life. It contains a class that holds the game world and manages its evolution. While small game worlds can be visualized in the terminal, the indended use of lifeCore is as an external dependecy for full-scale visualization apps with a proper GUI.

Build

Use Cmake to configure lifeCore on your platform of choice.

Demo

lifeCore comes with a small demo application life. It plots Kok's Galaxy in the terminal:

+ TODO: add a gif

Using as an exernal library

+ TODO: describe installation and linking

About

The logic core of Conway's Game of Life intended to be used with any GUI/visualization wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published