Skip to content

Magnus-Cosmos/bparser-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bparser-js

NPM Package

A minimal beatmap parse for Node.js that parses .osu files and calculates max score.

Usage

const bparser = require("bparser-js");

var beatmap = new bparser.BeatmapParser("path/Kuba Oms - My Love (W h i t e) [Normal].osu");
console.log(`Max score (NM): ${beatmap.maxScore}`);
console.log(`Max score (HDHRDTFL): ${beatmap.getMaxScore(1112)}`);

Response

Max score (NM): 2956474
Max score (HDHRDTFL): 4119190

About

beatmap parser in javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published