Skip to content

ste-t/pygame-langtons-ant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygame Langton's ant

Yet another Langton's ant simulation

Langton's ant image

Installation

Clone the repo

git clone https://github.com/ste-t/pygame-langtons-ant
cd pygame-lantons-ant

Install requirements

Pip (use this if you aren't sure)

pip install -r requirements.txt

Virtual environment with Poetry

poetry install --no-dev

Start

If you used Pip

python main.py

If you used Poetry

poetry run python main.py
# or just 'python main.py' if you're in a Poetry shell

About

Yet another Langont's ant simulation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published