https://github.com/claabs/mkwii-igt-calc
Easily calculate in-game time for Mario Kart Wii speedruns.
https://github.com/claabs/mkwii-igt-calc
github-pages lit-element lit-html material-web-components speedrun speedrunning webcomponents
Last synced: 8 months ago
JSON representation
Easily calculate in-game time for Mario Kart Wii speedruns.
- Host: GitHub
- URL: https://github.com/claabs/mkwii-igt-calc
- Owner: claabs
- Created: 2018-07-28T16:45:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T21:03:19.000Z (8 months ago)
- Last Synced: 2025-02-14T23:30:34.225Z (8 months ago)
- Topics: github-pages, lit-element, lit-html, material-web-components, speedrun, speedrunning, webcomponents
- Language: TypeScript
- Homepage: https://claabs.github.io/mkwii-igt-calc/
- Size: 2.76 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mario Kart Wii In-game Time Calculator
Most [Mario Kart Wii RTA speedruns](https://www.speedrun.com/mkw) require that each track's in-game time be summed up and provided with the submission to the leaderboard.
This is a convenient user interface to assist with adding up the times when scrubbing through a video.As a bonus, runs can be exported to and imported from [Splits.io](https://splits.io/) for convenient storage and retreival.
## Technical
This project was originally written in Polymer, which became lit-element, and then just [lit](https://lit.dev/).
It builds with [rollup](https://rollupjs.org/) and generates a service worker for PWA offline functionality.