Skip to content

valmontechno/epsilon-langton-s-ant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Langton's ant app for Epsilon

This is a sample C++ app to use on a NumWorks calculator.

Langton's ant is a two-dimensional Turing machine with a very simple set of rules but complex emergent behavior. It was invented by Chris Langton in 1986

  • At a white square, turn 90° clockwise, flip the color of the square, move forward one unit
  • At a black square, turn 90° counter-clockwise, flip the color of the square, move forward one unit

controls

Use shift to toggle to fast speed mode.

Installation

Download the latest version and go to the NumWorks website to install this application on your calculator.

License

This sample app is distributed under the terms of the BSD License. See LICENSE for details.

NumWorks is a registered trademark.

About

Langton's ant app for Epsilon on NumWorks calculator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published