Mineshaft uses these open-source libraries:
- Pygame 2.0.1+
- Pygame Menu
- Screeninfo
It also depends on:
- SDL 2
- Python 3.7+
To install the dependency libraries, run pip3 install pygame pygame-menu screeninfo
.
Please note that pip3
requires Python 3.
Install it here.
Also note that SDL 2 comes bundled with pygame.
For best experience, optional:
- Pyzo (
pip3 install pyzo
)