Digging In Paris – a small pygame mining game.
This project is structured so it can be built into a web executable via
pygbag. The helper script
package.ps1 and requirements.txt are provided to simplify the process.
- Create/activate a Python environment.
- Install dependencies:
pip install -r requirements.txt pygbag
- Run the packager (PowerShell):
.\package.ps1
The helper invokes pygbag with the current CLI, which for the installed
version will build into build/web by default and use requirements.txt
for dependencies. Adjust the command‑line flags in package.ps1 if you
need to specify a different icon, title, or tweak other options..
Run the game locally with:
python main.pyand edit the source files as desired.