Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


highscore



[![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)