opsu-dance/README.md

25 lines
1.8 KiB
Markdown
Raw Normal View History

2017-03-23 19:40:08 +01:00
# opsu!dance
2017-01-12 13:27:52 +01:00
[example video](https://www.youtube.com/watch?v=tqZqn7nx8N0)
2017-03-31 00:28:25 +02:00
[another one](https://www.youtube.com/watch?v=T2AiGn2xOQo)
2016-12-10 01:40:44 +01:00
2017-01-12 13:27:52 +01:00
Originally started as a fork of [opsu!](https://github.com/itdelatrisu/opsu) with cursordance stuff. I made a cursordancing bot in C# for osu!, and by adding it into this clone, it allows me to do even more stuff with it. This way I can also provide this client to other players so they can play with it too, as I will not give my bot to people because I don't want to endorse cheating in any way.
2017-01-29 14:53:01 +01:00
As of 2017 some major changes were made in this fork which changed the inner workings of opsu. This was done in an attempt to get more control over the base system and allowed a.o. changing resolution and skin at runtime without the need to restart the whole system. This fork was pretty even to opsu! before this change, but now there are way more differences.
2017-01-12 13:27:52 +01:00
My goal is to to add cool cursordancing things to this fork, but also make it possible to play the normal way.
2017-03-23 19:40:08 +01:00
### Downloads
2017-01-12 13:27:52 +01:00
Click on the releases link (scroll up) to go to the downloadpage with prebuilt jars.
2017-03-23 19:40:08 +01:00
### Building
2017-01-12 13:27:52 +01:00
You can find general (run/build) instructions in the original [opsu! README](README-OPSU.md).
2017-01-30 10:36:23 +01:00
Please note that I am only using maven, gradle scripts are not being updated.
2014-06-30 04:17:04 +02:00
2017-03-23 19:40:08 +01:00
### Credits
2016-09-27 21:44:41 +02:00
opsu! was made by Jeffrey Han ([@itdelatrisu](https://github.com/itdelatrisu)). All game concepts and designs are based on work by osu! developer Dean Herbert. Other opsu! credits can be found [here](CREDITS.md).
2017-01-30 10:36:23 +01:00
opsu!dance (everything in the src package yugecin.opsudance) was made by me ([@yugecin](https://github.com/yugecin)). Edits were made in the opsu! sources, too.
2014-06-30 04:17:04 +02:00
2017-03-23 19:40:08 +01:00
### License
2014-06-30 04:17:04 +02:00
**This software is licensed under GNU GPL version 3.**
2016-09-29 23:36:13 +02:00
You can find the full text of the license [here](LICENSE).