Pacab - The Point and Click Adventure Builder
Project description
Pacab
Pacab is the Point and Click Adventure Builder. It's a game engine/utility/library written in Python that leverages Pygame, Pygame Menu, Pyinstaller, and others. Pacab takes as input a bunch of image files and text files describing those images, and turns it into a playable game.
How to use
Pacab has documentation for how to build a game available here. It also comes bundled with an example game (Alt+Escape) which is meant as a demo of every feature in this game engine.
How to run the example game
pipenv install to install dependencies.
Run pipenv run python -m pacab.cli.cli --help to get help on the CLI.
Example commands for running the example game:
pipenv run python -m pacab.cli.cli run --debug ./example/alt-escape.toml
pipenv run python -m pacab.cli.cli build ./example/alt-escape.toml
How to start your own Pacab game
mkdir my-game
cd my-game
pipenv run pip install -i https://pypi.org/simple pacab
pipenv run python -m pacab.cli.cli init
Credits
- pillow
- pygame-ce
- pygame-menu-ce
- pyinstaller
- tomlib
- typer
Translations done by LibreTranslate.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pacab-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pacab-0.1.0-py3-none-any.whl
- Upload date:
- Size: 79.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2017daac003305d02d21248ced35c79ec2fae716c0362c1c1287887fc3c0883d
|
|
| MD5 |
b3d07e54ce68746bd218ff42b5dcadd5
|
|
| BLAKE2b-256 |
c8c7e65d6f5c6491a5735fe2dc352e84f202f64ffc75286391ab7cf1ba47c2e6
|