Mercurial > touhou
comparison pytouhou/__init__.py @ 204:88361534c77e
Add some documentation (argh, so much left to document!)
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Tue, 01 Nov 2011 13:46:03 +0100 |
parents | 6b2c7af2384c |
children | ee6dfd14a785 |
comparison
equal
deleted
inserted
replaced
203:df8b2ab54639 | 204:88361534c77e |
---|---|
1 """Reimplementation of the Touhou engines. | |
2 | |
3 This package provides various classes to handle parts or the whole of Touhou | |
4 file formats and gameplay. | |
5 | |
6 Sub-packages: | |
7 formats -- file formats handling | |
8 game -- game logic | |
9 games -- game-specific classes | |
10 resource -- resource loading | |
11 utils -- various helpers and non Touhou-specific functions | |
12 vm -- virtual machines for enemies, etc. | |
13 """ |