Skip to content

Mundane Quest is a simple question and answer game, not unlike Trivial Pursuit. It uses questions from the OpenTrivia Database (https://opentdb.com/). The web version can be tested under https://freenono.org/mq/

License

Notifications You must be signed in to change notification settings

prometheus42/mundane-quest

Repository files navigation

Mundane Quest

Mundane Quest is a simple question and answer game, not unlike Trivial Pursuit.

Building

This project can be build with Android Studio. Alternatively you can use the command line:

flutter build linux --no-sound-null-safety
flutter build web --base-href=/mq/ --no-sound-null-safety
flutter build apk --split-per-abi --no-sound-null-safety

Or just use the build script, that creates the web, linux and Android version:

./build_release.sh

Dependencies

All trivial questions are coming from the OpenTrivia Database (https://opentdb.com/). An API description can be found under https://opentdb.com/api_config.php.

About

Mundane Quest is a simple question and answer game, not unlike Trivial Pursuit. It uses questions from the OpenTrivia Database (https://opentdb.com/). The web version can be tested under https://freenono.org/mq/

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published