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
Using uv:
uv add -r requirements.txt to install dependencies.
Run uv run python -m pacab.cli.cli --help to get help on the CLI.
Example commands for running the example game:
uv run python -m pacab.cli.cli run --debug ./example/alt-escape.toml
uv run python -m pacab.cli.cli build ./example/alt-escape.toml
How to start your own Pacab game
mkdir my-game
cd my-game
uv run pip install -i https://pypi.org/simple pacab
uv run python -m pacab.cli.cli init
Credits
- pillow
- pygame-ce
- pygame-menu-ce
- pyinstaller
- tomlib
- typer
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.2-py3-none-any.whl.
File metadata
- Download URL: pacab-0.1.2-py3-none-any.whl
- Upload date:
- Size: 80.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 |
90ef87ca06c9241f1d422dfd001f28e4ca2d6963d3745e16e5a00c8982a8e4d0
|
|
| MD5 |
6e5e00e540e5371984611bd76599f365
|
|
| BLAKE2b-256 |
57540ff72974e6bc94e6356f67e293e86ce0872e19922f757ec7e809bd851593
|