[a Work In Progress fork, expect history overwriting]
Find a file
laochailan a10f5eea93 power items.
Sarrg was friendly enough to provide us some power item support. Looks like in the orignal in some way.
2011-03-17 21:13:11 +01:00
gfx power items. 2011-03-17 21:13:11 +01:00
src power items. 2011-03-17 21:13:11 +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
CMakeLists.txt.orig power items. 2011-03-17 21:13:11 +01:00
COPYING openth becomes seiyou 2011-03-05 13:44:21 +01:00
README reverted style 2011-03-06 17:00:25 +01:00
taisei.diff power items. 2011-03-17 21:13:11 +01:00

Taisei

1. Introduction

Seiyou 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).