https://github.com/waylonwalker/creeper-adventure
A game created by Wyatt and me
https://github.com/waylonwalker/creeper-adventure
Last synced: about 1 month ago
JSON representation
A game created by Wyatt and me
- Host: GitHub
- URL: https://github.com/waylonwalker/creeper-adventure
- Owner: WaylonWalker
- License: mit
- Created: 2022-04-01T01:19:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T18:20:17.000Z (over 3 years ago)
- Last Synced: 2025-01-03T08:18:56.158Z (over 1 year ago)
- Language: Python
- Size: 100 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# creeper-adventure
Creeper adventure is a top down 2d adventure game that I am building with my son using pygame.
[](https://pypi.org/project/creeper-adventure)
[](https://pypi.org/project/creeper-adventure)
-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)
## Installation
```console
pip install creeper-adventure
```
## Running
```console
# 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.
```console
pipx run creeper-adventure
```
## Download an exe
pre-built binaries are available from the website [creeper-adventure](https://creeper-adventure.waylonwalker.com).
## License
`creeper-adventure` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.