Updated README with links to the libGDX port for Android.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han 2015-02-26 00:04:54 -05:00
parent 4f0f093b75
commit 148400b75d

View File

@ -1,15 +1,16 @@
# opsu! # opsu!
opsu! is an **unofficial** open-source client for [osu!](https://osu.ppy.sh/), **opsu!** is an unofficial open-source client for [osu!](https://osu.ppy.sh/),
a rhythm game based on popular commercial games such as *Ouendan* and a rhythm game based on popular commercial games such as *Ouendan* and
*Elite Beat Agents*. *Elite Beat Agents*. It is written in Java using [Slick2D](http://slick.ninjacave.com/)
and [LWJGL](http://lwjgl.org/), wrappers around the OpenGL and OpenAL libraries.
opsu! is written in Java using [Slick2D](http://slick.ninjacave.com/) and opsu! runs on Windows, OS X, and Linux platforms. A [libGDX port](https://github.com/fluddokt/opsu)
[LWJGL](http://lwjgl.org/), wrappers around the OpenGL and OpenAL libraries. additionally supports Android devices.
## Getting Started ## Getting Started
Precompiled binaries for opsu! can be found on the Precompiled binaries for opsu! can be found on the
[releases](https://github.com/itdelatrisu/opsu/releases) page, with the latest [releases](https://github.com/itdelatrisu/opsu/releases) page, with the latest
builds at the top. builds at the top. APK releases can be found [here](https://github.com/fluddokt/opsu/releases).
### Java Setup ### Java Setup
The Java Runtime Environment (JRE) must be installed in order to run opsu!. The Java Runtime Environment (JRE) must be installed in order to run opsu!.