Implementation of Langton's Ant using tkinter
This explains it well: https://en.wikipedia.org/wiki/Langton%27s_ant
Clone the repo: git clone https://github.com/yashlamba/Langtons-Ant.git
Change Directory: cd Langtons-Ant
Run Simulator: python3 main.py
Make sure you have tkinter installed: sudo apt-get install python3-tk
Langton's Ant shows the following pattern after 11000 steps.