This is a small modification of the example worms.py
from blessed. It adds some statics obstacles and one moving obstacle that can collide with the worm, causing game over.
- Clone the repo and go to the main folder
- Install pipenv
python -m pip install pipenv
- Sync the requirements
python -m pipenv sync
- Run
python worms.py
and play.