Skip to content

Langorithm/monoAutomata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monoAutomata

This is an implementation of Wolfram's Elementary Automata. Currently it uses ncurses to run, so before compiling you must install ncurses.

Getting ready

Install ncurses. In ubuntu do:

apt install libncurses5-dev libncursesw5-dev

Compile. There is no makefile yet, so run:

g++ main.cpp monoAutomata.cpp -lncurses

Controls

On running you will be asked to enter the rule [0,255] to be computed.

  • R: Run with a Random initial state (Before starting).
  • Q: Quit
  • P: Toggle auto-step
  • Pressing any other key will advance a game 1 step

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages