Skip to content

developer73/cglife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

CGLife

CGLife is an implementation of Conway's Game of Life.

Application comes as desktop GUI version and command line text-only version. GUI version is interactive and supports arbitrary pattern drawing.

Usage

  • Download the source code: git clone git://github.com/developer73/cglife.git/.
  • Navigate to cglife directory.
  • To launch GUI version run ./launch-gui.
  • To launch command line text-only version run ./launch-cli.

System requirements

  • Python 3 (tested on Python 3.6.9);
  • wxPython library (for GUI version only).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published