1			      Alizarin Tetris
2			      ~~~~~~~~~~~~~~~
3
4Alizarin Tetris was written by:
5	Kiri Wagstaff				(wkiri@cs.cornell.edu)
6	Westley Weimer 				(weimer@cs.berkeley.edu)
7
8Alizarin Tetris also uses:
9 o  The magical SDL library by Sam Lantinga, available under the LGPL at:
10	http://www.libsdl.org
11    It took a little getting used to, but it's actually quite fast and the
12    cross-platform features are really nice. Go Sam!
13
14 o  The useful SDL_ttf library which is based on the freetype true-type
15    font rendering engine. See http://www.libsdl.org for details.
16
17 o  "fastrand.cpp", a fast random number generator from the Maelstrom game,
18    available under the GPL at:
19	http://www.devolution.com/~slouken/Maelstrom/
20
21 o  "xflame.c", which draws those popular flaming backgrounds, freeware
22    from The Rasterman (Carsten Haitzler).
23
24Special thanks to:
25 o  Yujia Jin, our first beta-tester.
26