A game created by Wyatt and me
Find a file
2023-01-04 15:40:28 +00:00
.github/workflows not runner 2023-01-03 21:04:52 -06:00
creeper_adventure Bump version: 6.0.0 2023-01-04 15:40:28 +00:00
site add creeper-1.png 2023-01-02 13:29:33 -06:00
tests refactor to hatch 2023-01-03 20:33:45 -06:00
.gitignore don't ignore site 2023-01-01 14:08:42 -06:00
LICENSE.txt refactor to hatch 2023-01-03 20:33:45 -06:00
pyproject.toml refactor to hatch 2023-01-03 20:33:45 -06:00
README.md Update README.md 2023-01-04 09:40:01 -06:00
requirements.txt add more_itertools 2022-12-31 15:11:22 -06:00

creeper-adventure

Creeper adventure is a top down 2d adventure game that I am building with my son using pygame.

PyPI - Version PyPI - Python Version


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.