A highscore hosting web application made for the "Angewandte Programmierung" course @ HAW Hamburg.
StatDriver enables game developers to host their own Scoreboards. All you need is a StatDriver account - you can create several scoreboards for your game and use the simple REST API inside your game's code to send and receive highscore entries to and from StatDriver.
If you don't want to design your own scoreboards, StatDriver also provides pre-themed HTML embeds for your website or custom web view, which you can enable and disable for public access at any time.
This project required node-gyp as some of its dependencies are C++ projects which require compilation.
# run this in powershell with administrative privileges!
npm install --global --production windows-build-tools
xcode-select --install
Afterwards, run npm install
to download all dependencies.
Debug profiles for IntelliJ IDEA are provided.
If you are not using IntelliJ IDEA, the application entrypoint is located at src/index.js
.
For further information, visit https://github.com/nodejs/node-gyp#installation
This project was created by the following authors: