A Music Guessing game called SongSeeker, available as WebApp or Website
- JavaScript 64.5%
- CSS 19.8%
- HTML 12.2%
- Dockerfile 3.5%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .github/workflows | ||
| icons | ||
| imagebuild | ||
| .gitignore | ||
| app.js | ||
| index.html | ||
| LICENSE | ||
| logo.png | ||
| manifest.json | ||
| README.md | ||
| style.css | ||
songseeker
NOTE
This is my mirror of https://github.com/andygruber/songseeker to change a few settings for my own version.
A Music Guessing game called SongSeeker, available as Website.
Just provide the contents on some https page and you should be good to go (camera access via http is often not allowed).
Example is available at https://songseeker.grub3r.io/
Inspired from https://hitstergame.com/de-de/ and https://rockster.brettspiel.digital/
Youtube links from the original Hitster cards get be downloaded from https://github.com/andygruber/songseeker-hitster-playlists
qr-scanner from https://github.com/nimiq/qr-scanner
Generating QR-Code Gamecards
https://github.com/andygruber/songseeker-card-generator
Docker image build
docker build -t songseeker -f .\imagebuild\Dockerfile .