https://github.com/davewalker5/langtonsant
C# implementation of the Langton's Ant cellular automaton
https://github.com/davewalker5/langtonsant
csharp dotnet-core langton-ant langtons-ant langtonsant
Last synced: 2 months ago
JSON representation
C# implementation of the Langton's Ant cellular automaton
- Host: GitHub
- URL: https://github.com/davewalker5/langtonsant
- Owner: davewalker5
- License: mit
- Created: 2020-02-05T16:12:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T06:53:51.000Z (6 months ago)
- Last Synced: 2025-01-30T07:15:39.167Z (4 months ago)
- Topics: csharp, dotnet-core, langton-ant, langtons-ant, langtonsant
- Language: C#
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LangtonsAnt
[](https://github.com/davewalker5/LangtonsAnt/actions)
[](https://github.com/davewalker5/LangtonsAnt/issues)
[](https://github.com/davewalker5/LangtonsAnt/releases)
[](https://github.com/davewalker5/LangtonsAnt/blob/master/LICENSE)
[](https://github.com/davewalker5/LangtonsAnt/)
[](https://github.com/davewalker5/LangtonsAnt/)## 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:

## Wiki
More information on Langton's Ant, the implementation and how to build and run it are provided in the [Wiki](https://github.com/davewalker5/LangtonsAnt/wiki)
## Authors
- **Dave Walker** - *Initial work for this implementation*
## Feedback
To file issues or suggestions, please use the [Issues](https://github.com/davewalker5/LangtonsAnt/issues) page for this project on GitHub.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details