An open API service indexing awesome lists of open source software.

https://github.com/kmilkevych/langton-s-ant


https://github.com/kmilkevych/langton-s-ant

Last synced: 8 months ago
JSON representation

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.