1.3 KiB
1.3 KiB
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.