https://github.com/arthuro555/deltachaseleaderboards
Leaderboards mod for HelperWesleys Delta Chase
https://github.com/arthuro555/deltachaseleaderboards
game gdevelop gdmod leaderboard mod modding react web
Last synced: 6 months ago
JSON representation
Leaderboards mod for HelperWesleys Delta Chase
- Host: GitHub
- URL: https://github.com/arthuro555/deltachaseleaderboards
- Owner: arthuro555
- License: mit
- Created: 2021-03-02T16:43:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T19:58:23.000Z (11 months ago)
- Last Synced: 2024-12-05T20:31:59.936Z (11 months ago)
- Topics: game, gdevelop, gdmod, leaderboard, mod, modding, react, web
- Language: TypeScript
- Homepage: https://dcl.arthuro555.com/
- Size: 3.38 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delta Chase leaderboards
This project is a leaderboard mod for the game [Delta Chase](https://helperwesley.itch.io/deltachase) by [HelperWesley](https://twitter.com/HelperWesley).
### The mod
The mod is a [gdmod](https://github.com/arthuro555/gdmod) mod. It starts a timer in game scenes, to track time spent in that scene, and when on the win scene, it posts the time spent in the game scene to a firebase cloud firestore database.
### The website
The website is made with [CRA](https://create-react-app.dev/). It fetches the scores from the firebase cloud firestore database and displays them in a table. Most of the styles come from [bulma](https://bulma.io/).