Skip to content

Collection of Cellular Automaton programs, written in C++ mostly for learning/exercises

Notifications You must be signed in to change notification settings

Zermil/Cellular-Automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cellular Automaton

A collection of Cellular Automaton programs, written in C++ mostly for learning/exercises.

Quick start

Most (if not all) programs can be built with majority of C++ compilers so there's nothing special here.

Instructions

GameOfLife:

  • 'e' -> Exit
  • 'r' -> Restart (create new random board)
  • Any other key -> One step forward in 'Simulation'

Rule101/Rule30/LangstonsAnt

  • Nothing special, just build and run

About

Collection of Cellular Automaton programs, written in C++ mostly for learning/exercises

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages