Simple 2D grid game framework based on PyGame
Project description
ChamberCourt
https://github.com/rrthomas/chambercourt
by Reuben Thomas rrt@sc3d.org
ChamberCourt is a framework for simple 2-D grid-based games, based on PyGame.
It is only intended for use by the author, mostly to resurrect a bunch of old games he wrote a long time ago. I welcome help to make it more generally useful: there is room for improvement in many areas. For example, it would be nice if the games could run on the web (I have experimented with pygbag, but I didn’t get very far yet), and some basic functionality would be nice such as a UI for rebinding keys. However, I want to keep it as simple as possible!
The package is named after the central courtyard of my school, Winchester College, because I wrote this package first while resurrecting a game, WinColl, named after the school.
Installation
Install with pip: pip install chambercourt.
Creating games with ChamberCourt
The following documentation is available:
- API documentation
- Cookbook
- Demo game: a demonstration game is available, called
chambercourt. You can run it directly from a Git checkout withPYTHONPATH=. python -m chambercourt.
Creating and editing levels
Levels are created and edited in Tiled. All
in-game graphics and sounds are stored in the levels directory by
convention. A demonstration level is in chambercourt/levels.
Some notes about level design:
- A set of levels is numbered according to the lexical order of their file names.
- Levels need exactly one start position, given by placing the hero.
Copyright and Disclaimer
ChamberCourt is distributed under the GNU Public License version 3, or, at your option, any later version. See the file COPYING.
THIS PROGRAM IS PROVIDED AS IS, WITH NO WARRANTY. USE IS AT THE USER'S RISK. Except for the files mentioned below, the package is copyright Reuben Thomas.
The font “Acorn Mode 1”, which is based on the design of Acorn computers’ system font, is by p1.mark and Reuben Thomas and licensed under CC BY-SA 3.0.
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 Distribution
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 chambercourt-0.9.27.2.tar.gz.
File metadata
- Download URL: chambercourt-0.9.27.2.tar.gz
- Upload date:
- Size: 67.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3cde56a9b093beec957721ba4c973a49d1cee31190411b7cc0383da7b9c77c6
|
|
| MD5 |
bcbd8344193e581d23d447e250062cc6
|
|
| BLAKE2b-256 |
f32ef6b377d2c854a6b4e5c96911bc4a91bb03f96c8ba3442e7444b3004d62c8
|
File details
Details for the file chambercourt-0.9.27.2-py3-none-any.whl.
File metadata
- Download URL: chambercourt-0.9.27.2-py3-none-any.whl
- Upload date:
- Size: 74.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dff32bab20207f2031aafbe43166e4441b0617d8b662f8289846286e5a6e2222
|
|
| MD5 |
062d3c46055f4bd4e5e7ad3f0346c55f
|
|
| BLAKE2b-256 |
0b12798d89416b399a960d2e96f100ef48ecfd2589beb24c00770cf71c44ae1a
|