-
Console Log: https://pastebin.com/fEZKXm7P
Settings.kv: https://pastebin.com/cHbaWryC
Schema.lua: https://pastebin.com/kyxh7r5h
addon_game_mode.lua: https://pastebin.com/BRbypGba
-
I worked with Daniel Hofer and Jürgen Riegler.
We have implemented all requirements for the six points.
Game: https://shooting-game.azurewebsites.net/
API: https://highscoreapi20200325211337.azur…
-
The current layout seems a bit outdated / unprofessional. Not sure if it's just me.
Sure, there are plenty of layouts at otland for ZnoteACC, but I've noticed that majority of the ACC users start usi…
-
To make the api more user friendly, we will benefit from creating containers for the general stats. This will reduce the amount of clutter within the GeneralStats.
Within the general stats, we will…
-
Greetings,
I am trying to instantiate a Highscore object and am receiving a list index out of range error. Below are all of the code samples that fail.
`highscore_obj = Highscores("CrimBlue")`
…
-
* backend/src/config/config.service.ts *IS NOT TRANSCRIBED TO .JS*
* It works in dev, but not in prod.
## Production
```
backend_1 | [2020-02-07T17:12:13.918Z] DEBUG AppModule dependencies…
-
I've started using the library to get some info for a personal project and I noticed that the first 4 boss kcs are incorrect (excluding callisto and cerberus because I noticed the data on them isn't o…
-
http://dreamlo.com/ allows for simple highscore saving via http get.
So we need:
1. After the game ends you can input your name.
2. After inputting the name we're making a request to dreamlo.com to…
-
### Actual behaviour
Highscores are not tracked, and not stored.
### Expected behaviour
The game stores the singers scores depending on difficulty level and thus allows for statistics, comparing …
-
# Persist game settings
I thought about how to persist game settings.
I argue that we do not need a database because we don't have multiple users that concurrently access and modify the same data. S…