Yet another Langton's ant simulation
git clone https://github.com/ste-t/pygame-langtons-ant
cd pygame-lantons-ant
pip install -r requirements.txt
poetry install --no-dev
python main.py
poetry run python main.py
# or just 'python main.py' if you're in a Poetry shell