[a Work In Progress fork, expect history overwriting]
Find a file
laochailan 55c7866755 drawing gaps fixed
The gap problem is solved for now, by abandonning the frame limiter and setting simple delay plus using a higher framerate (100 FPS). but i had to regress to frame-dependent movement, because things were buggy.
2011-03-07 07:26:43 +01:00
gfx reverted style 2011-03-06 17:00:25 +01:00
src drawing gaps fixed 2011-03-07 07:26:43 +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).