https://github.com/jtpio/langton-ant-haskell
Langton's Ant in Haskell
https://github.com/jtpio/langton-ant-haskell
Last synced: over 1 year ago
JSON representation
Langton's Ant in Haskell
- Host: GitHub
- URL: https://github.com/jtpio/langton-ant-haskell
- Owner: jtpio
- Created: 2012-12-04T21:05:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-04T21:12:27.000Z (over 13 years ago)
- Last Synced: 2025-02-14T16:50:58.724Z (over 1 year ago)
- Language: Haskell
- Size: 281 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Langton's Ant in Haskell
## Summary
This is an implementation of the famous cellular automaton.
Details can be found here:
[http://en.wikipedia.org/wiki/Langton's_ant](http://en.wikipedia.org/wiki/Langton's_ant)
The first ant starts in the middle of the region. But you can add more ants by clicking on the canvas.
## UI
The program uses the library **Gtk2Hs** to render the simulation on a canvas.
## Screenshots
### One ant

### Multiple ants
