Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/y-taka-23/elm-langtons-ant
Langton's virtual ant in Elm, completely generated by ChatGPT. 🐜
https://github.com/y-taka-23/elm-langtons-ant
artificial-life automaton chatgpt elm
Last synced: 3 days ago
JSON representation
Langton's virtual ant in Elm, completely generated by ChatGPT. 🐜
- Host: GitHub
- URL: https://github.com/y-taka-23/elm-langtons-ant
- Owner: y-taka-23
- Created: 2023-03-19T07:55:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T08:54:29.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T20:27:43.374Z (2 months ago)
- Topics: artificial-life, automaton, chatgpt, elm
- Language: Elm
- Homepage:
- Size: 1.04 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Langton's Ant
This project was proudly generated by ChatGPT, demonstrating its ability to
produce functional and well-structured Elm code.## Overview
Langton's Ant is a simple, yet fascinating cellular automaton model that exhibits
emergent behavior. In this project, we have implemented an interactive simulation
of Langton's Ant in Elm, allowing users to observe and explore the dynamic
patterns formed by the ant as it traverses the grid according to a set of basic
rules.## Usage
In the project directory, you can run the following commands to compile the
project and open it in a web browser:```bash
elm make src/Main.elm --output=main.js
open index.html
```## References
Langton, C. G. (1986). Studying Artificial Life with Cellular Automata.
Physica D: Nonlinear Phenomena, 22(1-3), 120-149.