Skip to content

Releases: SchunterKino/MovieQuiz

v1.2.1

15 Oct 22:28
Compare
Choose a tag to compare
  • Allow joker for each question
  • Remove random joker answer instead of first

v1.2.0

15 Oct 22:08
Compare
Choose a tag to compare

Drink a shot to remove a wrong answer 🍻!

v1.1.1

17 Oct 19:41
Compare
Choose a tag to compare

Bigger fonts!

v1.1.0

14 Oct 18:28
Compare
Choose a tag to compare

Save configuration in JSON file. The new format looks like this:

{
    "SoundDirectory" : "Sounds",
    "HighscoreDatabase" : "highscores.sqlite",
    "MaxQuestions": 10,
    "TimeoutSeconds": 20,
    "Questions": [
        {
            "SoundFile": "1.mp3",
            "CorrectAnswer": "The Expendables 1",
            "WrongAnswers": [
                "The Expendables 2",
                "The Expendables 3"
            ]
        },
    ]
}

v1.0.2

23 Jul 22:50
Compare
Choose a tag to compare

Add highscores

v1.0.1

23 Jul 17:59
Compare
Choose a tag to compare
Increase anwer button size

v1.0.0

22 Jul 02:53
Compare
Choose a tag to compare
Initial commit