A game created by Wyatt and me
Find a file
Waylon S. Walker de1001dd57
Some checks failed
Release / pypi-release (push) Failing after 37s
Release / release (ubuntu-latest) (push) Failing after 1m0s
Release / release (windows-latest) (push) Has been cancelled
Release / build-site (push) Has been cancelled
wip
2025-11-22 22:14:53 -06:00
.github/workflows not runner 2023-01-03 21:04:52 -06:00
creeper_adventure wip 2025-11-22 22:14:53 -06:00
site wip 2025-11-22 22:14:53 -06:00
tests refactor to hatch 2023-01-03 20:33:45 -06:00
.gitignore wip 2025-11-22 22:14:53 -06:00
aforest.py wip 2025-11-22 22:14:53 -06:00
camera.py wip 2025-11-22 22:14:53 -06:00
constraints.py wip 2025-11-22 22:14:53 -06:00
forest.py wip 2025-11-22 22:14:53 -06:00
gpt-menu.py wip 2025-11-22 22:14:53 -06:00
gradients.py wip 2025-11-22 22:14:53 -06:00
grass.png wip 2025-11-22 22:14:53 -06:00
iso.py wip 2025-11-22 22:14:53 -06:00
LICENSE.txt refactor to hatch 2023-01-03 20:33:45 -06:00
pyproject.toml wip 2025-11-22 22:14:53 -06:00
README.md use raw images in readme 2023-01-04 09:44:07 -06:00
requirements.txt wip 2025-11-22 22:14:53 -06:00
spacegame.py wip 2025-11-22 22:14:53 -06:00
tetris.py wip 2025-11-22 22:14:53 -06:00
tmp.py wip 2025-11-22 22:14:53 -06:00
wall.png wip 2025-11-22 22:14:53 -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.