[a Work In Progress fork, expect history overwriting]
Find a file
2012-08-12 00:41:21 +03:00
gfx more cirno tweaking 2012-08-08 13:00:36 +02:00
models Tower of Truth ~ Theory of Everything 2012-08-03 09:36:35 +02:00
sfx Add generic player shot sound 2012-08-11 02:02:34 +02:00
shader multistage replays 2012-08-07 06:28:41 +03:00
src made boss text readable on bright backgrounds 2012-08-12 00:41:21 +03:00
.gitignore removed stuff from .gitignore 2012-08-06 20:29:11 +02:00
cmake_uninstall.cmake.in power items. 2011-03-17 21:13:11 +01:00
CMakeLists.txt fixed story.txt install fail, converted tabs to spaces and removed left over spaces 2012-08-10 00:22:27 +02:00
COPYING fixed uninitialized resources 2011-07-04 11:39:32 +02:00
FindALUT.cmake sound system added 2011-04-02 12:14:37 +02:00
README removed ancient file, added replay notice to README 2012-08-09 18:50:08 +02:00
story.txt Rewrote story.txt a bit 2012-08-10 15:05:08 +02:00
taisei.desktop desktop and story files added 2012-08-07 19:53:08 +02:00
taisei.png desktop and story files added 2012-08-07 19:53:08 +02:00

Taisei

1. Introduction

Taisei is an open clone of the Touhou series. Touhou is a one-man project of
shoot-em-up games set in an isolated world full of Japanese folklore.

2. Installation

Dependencies:
	- SDL, SDL_ttf
	- libpng
	- OpenGL
	- OpenAL, ALUT
	- CMake (build system)

To build and install Taisei just follow these steps.

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$yourprefix ..
make
make install

This will install game data to $prefix/share/taisei/ and build this path
_statically_ into the executable. This might be a package maintainer's choice.
Alternatively you may want to add -DRELATIVE=TRUE to get a relative structure
like

$prefix/taisei
$prefix/data/
($prefix/config)

RELATIVE is always set when building for Windows.

3. NOTE ABOUT REPLAYS

As of version 1.0 replays are not guaranteed to work between different
operating systems or architectures (or compiler versions). Screen capture
your replays if you really want to publish them.

4. Contact

http://taisei-project.org/

#taisei-project on Freenode