[a Work In Progress fork, expect history overwriting]
Find a file
Lukas Weber 90ad677742 frame independent movement
didn't fix the problem though.
2011-03-05 19:03:32 +01:00
gfx more fancyness & fixes 2010-11-28 13:08:39 +01:00
src frame independent movement 2011-03-05 19:03:32 +01:00
.gitignore projectile collisions 2010-10-17 09:27:44 +02:00
CMakeLists.txt openth becomes seiyou 2011-03-05 13:44:21 +01:00
COPYING openth becomes seiyou 2011-03-05 13:44:21 +01:00
README openth becomes seiyou 2011-03-05 13:44:21 +01:00

Seiyou

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