[a Work In Progress fork, expect history overwriting]
Find a file
laochailan 512fd9a8e3 deathbombing, marisa shot #1
DEATHBOMB_TIME shall be 10 frames. i think it's appropriate. marisa haz lasorz. (actually made of projectiles, not from lasers). some fixes.
2011-06-25 12:41:40 +02:00
gfx deathbombing, marisa shot #1 2011-06-25 12:41:40 +02:00
sfx sfx: updated laser 1 to sound more like the touhou equivalent 2011-03-19 21:13:43 +01:00
shader menus - the beginning 2011-06-13 18:48:36 +02:00
src deathbombing, marisa shot #1 2011-06-25 12:41:40 +02:00
.gitignore Config parser 2011-05-21 18:20:04 +02:00
cmake_uninstall.cmake.in power items. 2011-03-17 21:13:11 +01:00
CMakeLists.txt uh cirno and poweritem -> item 2011-04-29 10:26:37 +02:00
config.example Marisa and difficulty menu 2011-06-24 12:35:03 +02:00
COPYING openth becomes seiyou 2011-03-05 13:44:21 +01:00
FindALUT.cmake sound system added 2011-04-02 12:14:37 +02:00
README removing SDL_image dependency 2011-05-06 17:09:43 +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

Note: Installing is necessary as otherwise the game data would not be found in the right place. If you want to test set the installation prefix to "." or $(pwd).