Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/12beesinatrenchcoat/arcaea-play-rating-calculator
a web thing that calculates play rating of scores
https://github.com/12beesinatrenchcoat/arcaea-play-rating-calculator
arcaea svelte
Last synced: 3 months ago
JSON representation
a web thing that calculates play rating of scores
- Host: GitHub
- URL: https://github.com/12beesinatrenchcoat/arcaea-play-rating-calculator
- Owner: 12beesinatrenchcoat
- License: mit
- Created: 2022-07-17T00:21:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T00:54:27.000Z (6 months ago)
- Last Synced: 2024-08-21T02:11:25.740Z (6 months ago)
- Topics: arcaea, svelte
- Language: Svelte
- Homepage: https://12beesinatrenchco.at/arcaea-play-rating-calculator/
- Size: 978 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# arcaea-play-rating-calculator
A little web thing that calculates the play rating of any given play in Arcaea (the New Dimension Rhythm Game).
Also an excuse to play around with [Svelte](https://svelte.dev).
This project is unofficial and fanmade — Arcaea belongs to lowiro. [Go check it out!](https://arcaea.lowiro.com/)
# developing
```bash
pnpm i # install dependencies
pnpm run fetch:charts # get chart data
pnpm run dev # start vite dev server
```Stylesheet is in the [/static](/static) directory, all the important stuff is in the [/src](/src) directory.
Look around! Have fun!
## on chart data
The chart data (from [this csv](https://gist.github.com/12beesinatrenchcoat/1bb2081eb2d6857254f06d3cf228e0c9)) is mostly sourced from the [Arcaea Community Wiki](https://arcaea.fandom.com). Thank you to the contributors there!
If any data is wrong, please feel free to file an issue.
# license
[MIT](./LICENSE.txt).