icela / TouhouDemo

A touhou doujin game built with FriceEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Touhou Demo

CI Status
Travis CI Build Status
AppVeyor Build status

This is a demo project for FriceEngine.
The Lice programming language is used as the scripting engine.

Run

First clone it, and copy your favorite music (mp3/wav) and rename it as res/bgm.mp3.

Then you can

$ ./gradlew run

Or if you have a gradle installed in your classpath:

$ gradle run

Or run the Java class org.frice.th.Touhou in your favorite IDE.

Customizing this game

You can customize this game by editing the configuration lice file.

About

A touhou doujin game built with FriceEngine

License:GNU Affero General Public License v3.0


Languages

Language:Java 100.0%