This project exists as an experiment to develop alternatives to the deficient
Accuracy metric of player skill in the game osu!.
The demonstration is implemented through a command-line interface in the Node.js platform.
- Install Node.js.
- Clone this repository.
- Enter the repository and install dependencies with
npm install.
You will need to place a file named .osu-api-key.txt in the osu-accuracy folder, containing your own osu! API key.
If you are an avid osu! player, this software will get an excellent performance boost if you let it know the location of osu!, in the
environment variable OSU_PATH.
node osu-accuracy osu!name
node osu-accuracy "user1, user2, user3, user4"
node osu-accuracy --format=csv|markdown osu!name
node osu-accuracy --fit-style=slope-intercept osu!name
node osu-accuracy --dataset-format=json|wolfram osu!name
node osu-accuracy --debug=true osu!name
osu-accuracy is licensed under the terms of the MIT License.