A game created by Wyatt and me
| .github/workflows | ||
| creeper_adventure | ||
| site | ||
| tests | ||
| .gitignore | ||
| aforest.py | ||
| camera.py | ||
| constraints.py | ||
| forest.py | ||
| gpt-menu.py | ||
| gradients.py | ||
| grass.png | ||
| iso.py | ||
| LICENSE.txt | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
| spacegame.py | ||
| tetris.py | ||
| tmp.py | ||
| wall.png | ||
creeper-adventure
Creeper adventure is a top down 2d adventure game that I am building with my son using pygame.
Table of Contents
Installation
pip install creeper-adventure
Running
# run the game
creeper-adventure
# run in debug mode
creeper-adventure --debug
# see all options available
creeper-adventure --help
running with pipx
creeper-adventure can also run using pipx if you have pipx installed.
pipx run creeper-adventure
Download an exe
pre-built binaries are available from the website creeper-adventure.
License
creeper-adventure is distributed under the terms of the MIT license.