https://github.com/kmilkevych/langton-s-ant
https://github.com/kmilkevych/langton-s-ant
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmilkevych/langton-s-ant
- Owner: KMilkevych
- Created: 2021-01-02T16:14:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-02T16:17:37.000Z (almost 5 years ago)
- Last Synced: 2025-01-05T06:43:32.629Z (10 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Langton-s-Ant
A simulation of Langton's Ant in python using pygame as the main graphics engine.
This exact simulation runs with 2 ants, each placed on a grid og cells with values of 0.
The cell values of the grid can easily be altered, and you can easily add/remove ants from the simulation.