From 148400b75dfc53edf5abfddd69bb2219f2d55081 Mon Sep 17 00:00:00 2001 From: Jeffrey Han Date: Thu, 26 Feb 2015 00:04:54 -0500 Subject: [PATCH] Updated README with links to the libGDX port for Android. Signed-off-by: Jeffrey Han --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a6960d73..2efcc547 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # 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 -*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 -[LWJGL](http://lwjgl.org/), wrappers around the OpenGL and OpenAL libraries. +opsu! runs on Windows, OS X, and Linux platforms. A [libGDX port](https://github.com/fluddokt/opsu) +additionally supports Android devices. ## Getting Started Precompiled binaries for opsu! can be found on the [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 The Java Runtime Environment (JRE) must be installed in order to run opsu!.