Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilienleroy/highscore
🏆 An open-source leaderboard for indie game developers
https://github.com/emilienleroy/highscore
api-rest game open-source
Last synced: 3 months ago
JSON representation
🏆 An open-source leaderboard for indie game developers
- Host: GitHub
- URL: https://github.com/emilienleroy/highscore
- Owner: EmilienLeroy
- License: mit
- Created: 2022-08-07T16:39:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T17:49:58.000Z (11 months ago)
- Last Synced: 2024-03-14T19:14:07.084Z (11 months ago)
- Topics: api-rest, game, open-source
- Language: TypeScript
- Homepage: https://emilienleroy.github.io/HighScore/
- Size: 1.56 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![release](https://github.com/EmilienLeroy/HighScore/actions/workflows/release.yml/badge.svg)](https://github.com/EmilienLeroy/HighScore/actions/workflows/release.yml)
![GitHub package.json version](https://img.shields.io/github/package-json/v/emilienleroy/highscore)
![GitHub](https://img.shields.io/github/license/emilienleroy/highscore)An open-source leaderboard api for your games !
## Introduction
Highscore is an open source leaderboard api. It allow you to store easly your scores from your games.
You can also get a leaderboard from highscore to display it into your games.## Feature
- ✨ Simple api to manage leaderboards of your games.
- 🚀 Default website to share your score with everyone.
- 📝 Fully documented with open spec (swagger).
- 🔧 Fully configurable using environnement variable.
- 📱 Add a download link which redirect user depending on his platform.
- 🚫 Prevent bad words into leaderboards scores.
- 📦️ Easy to set up and integrate.## Documentation
See the [documentation](https://emilienleroy.github.io/HighScore/) to get more information about how to install and configure a highscore instance.
## Contribute
We would love you for the contribution to ``HighScore`` project, check the [CONTRIBUTING](./CONTRIBUTING.md) file for more info.
## License
MIT License © 2022 [Emilien Leroy](https://github.com/EmilienLeroy)