[a Work In Progress fork, expect history overwriting]
Find a file
laochailan 6036e5a44e or not fixed + border
The problem still is there I think. But look, I added the border! it will be used in stage 1.
2011-03-07 12:45:32 +01:00
gfx reverted style 2011-03-06 17:00:25 +01:00
src or not fixed + border 2011-03-07 12:45:32 +01:00
.gitignore projectile collisions 2010-10-17 09:27:44 +02:00
CMakeLists.txt reverted style 2011-03-06 17:00:25 +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

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