Mercurial > touhou
comparison README @ 52:ab826bc29aa2
Add some documentation, GPLv3 headers, README and COPYING file.
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Mon, 22 Aug 2011 22:37:14 +0200 |
parents | |
children | fad7b44cebf2 |
comparison
equal
deleted
inserted
replaced
51:0707ff53e7b5 | 52:ab826bc29aa2 |
---|---|
1 About this project: | |
2 ------------------- | |
3 | |
4 This project is an attempt to rewrite the engine behind The Embodiment of Scarlet Devil (EoSD), | |
5 a popular danmaku (bullet hell) game published for Windows by Team Shanghai Alice in 2002. | |
6 Although the main reason behind this project is sheer curiosity, other motivations are portability and extendability. | |
7 Additionally, this project aims for a perfect compatibility with the official game, and thus become some sort of reference implementation. | |
8 | |
9 | |
10 | |
11 Dependencies: | |
12 ------------- | |
13 | |
14 * Python2 (>= 2.6) | |
15 * Pygame | |
16 * PyOpenGL | |
17 | |
18 | |
19 | |
20 Documentation: | |
21 -------------- | |
22 | |
23 The code should be sufficiently documented for anyone interested to learn how the EoSD engine work, | |
24 but additional documentation is available at: | |
25 http://linkmauve.fr/doc/touhou/ |