Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Langton's Ant Algorithm in Python #1345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jmonaste
Copy link

@jmonaste jmonaste commented Dec 5, 2024

Hello!

I've added an implementation of Langton's Ant algorithm in Python. This fascinating cellular automaton demonstrates how simple rules can lead to complex and emergent behavior. I believe it makes a great addition to the repository's collection of funny and interesting algorithms.

The code includes:

A fully commented Python script implementing the algorithm.
A README.md file explaining the algorithm, its origin, uses, and instructions on how to run the code.
I found this project really fun and interesting, and I'd love to continue collaborating and contributing more algorithms in the future.

Thank you for considering my contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant