Skip to content

A simple C++ implementation of the cellular automaton Conway's Game of Life

Notifications You must be signed in to change notification settings

tuckermiles70/ConwaysGOL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConwaysGOL

A simple C++ implementation of the cellular automaton Conway's Game of Life

Work in progress...

Pass a text file with a grid of 0's and 1's with 1's being your startup configuration. Pass this text file as a command line argument, and watch the ticks bring this automaton to life!

Completion and write up to come!

About

A simple C++ implementation of the cellular automaton Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages