Skip to content

davewalker5/LangtonsAnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangtonsAnt

Build Status GitHub issues Releases License: MIT Language GitHub code size in bytes

About

Langton's Ant is a cellular automaton. An ant is placed on a universe consisting of an infinite 2D plane, divided into equally sized squares, and is able to move and affect the colour of each cell according to a simple set of rules.

After an initial chaotic period, it begins building a "highway", emergent behaviour that can't be predicted from the rules:

Langton's Ant

Wiki

More information on Langton's Ant, the implementation and how to build and run it are provided in the Wiki

Authors

  • Dave Walker - Initial work for this implementation

Feedback

To file issues or suggestions, please use the Issues page for this project on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details