[a Work In Progress fork, expect history overwriting]
Find a file
2011-03-18 19:07:02 +01:00
gfx updated UI (HUD) artwork 2011-03-18 17:05:28 +01:00
sfx sfx: generic item pickup 2011-03-18 18:19:20 +01:00
src Complex positions 2011-03-18 19:03:06 +01:00
.gitignore projectile collisions 2010-10-17 09:27:44 +02:00
cmake_uninstall.cmake.in power items. 2011-03-17 21:13:11 +01:00
CMakeLists.txt power items. 2011-03-17 21:13:11 +01:00
COPYING openth becomes seiyou 2011-03-05 13:44:21 +01:00
README Complex positions 2011-03-18 19:03:06 +01:00
taisei.diff power items. 2011-03-17 21:13:11 +01: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_image, SDL_ttf
	- OpenGL
	- CMake (build system)

To build and install Seiyou 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).