Metadata-Version: 2.2
Name: ChamberCourt
Version: 0.9.16
Summary: Simple 2D grid game framework based on PyGame
Author-email: Reuben Thomas <rrt@sc3d.org>
License: GPL v3 or later
Project-URL: Homepage, https://github.com/rrthomas/chambercourt
Classifier: Environment :: X11 Applications
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Topic :: Games/Entertainment
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: i18nparse
Requires-Dist: platformdirs
Requires-Dist: pygame>=2.0.0
Requires-Dist: pyscroll
Requires-Dist: pytmx

# 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](https://pygame.org).

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](https://github.com/pygame-web/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](https://github.com/rrthomas/wincoll), named after the school.


## Installation and use

* [API documentation](https://rrthomas.github.io/chambercourt)
 
Install with `pip`: `pip install chambercourt`.

A demonstration front-end is available, called `chambercourt`. You can run
it directly from a Git checkout with `PYTHONPATH=. python -m chambercourt`.


## Creating and editing levels

Levels are created and edited in [Tiled](https://www.mapeditor.org/). 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.

The death buzzer sound effect was adapted from
[Buzzer sounds (Wrong answer/Error) by Breviceps](https://freesound.org/s/493163)
under CC 0.
