Giter Site home page Giter Site logo

termca's Introduction

Term CA

Cellular Automata on the terminal.

Game of Life example

Features

Simulation and visualization of:

  • Von Neumann cellular automaton
  • John Conway's Game of Life
  • Brian Silverman's Wireworld
  • Brian Silverman's Seeds

Grid editor for easier input creation.

Usage

$ make
$ ./termca examples/gol-glider.txt
$ ./termca

To select which automaton to simulate and visualize, edit states.h and transition.inc to #include the appropriate files from the automata folder. Then (re)compile the executable with make and run it, giving it the input file(s) as command line argument(s). Example input can be found in examples.

When you've opened the program, press Enter to continue to the next frame of the simulation. Ctrl+C will exit the program, and q will continue to the next file provided as argument.

Contributing

To contribute, you can write example inputs, or add support for more cellular automata. I'll ask you to use tabs for indentation and spaces for alignment, as well as not to make obnoxiously long lines.

termca's People

Contributors

masflam avatar

Stargazers

Piotr Bublik avatar  avatar

Watchers

 avatar

termca's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.