A Music Guessing game called SongSeeker, available as WebApp or Website
  • JavaScript 64.5%
  • CSS 19.8%
  • HTML 12.2%
  • Dockerfile 3.5%
Find a file
Jakob Lenfers 7db725f2e3
All checks were successful
/ docker (push) Successful in 1m28s
build the image weekly to add base image fixes
2026-02-02 06:33:18 +01:00
.forgejo/workflows build the image weekly to add base image fixes 2026-02-02 06:33:18 +01:00
.github/workflows Wrong working directory 2024-02-20 21:58:23 +01:00
icons Add another size 2024-03-30 01:03:53 +01:00
imagebuild strip archive directory 2026-02-01 17:51:21 +01:00
.gitignore Initial commit 2024-02-16 15:21:42 +01:00
app.js Move playlists to a subdir 2025-08-30 23:01:24 +02:00
index.html fix settings 2025-10-06 20:30:28 +02:00
LICENSE Initial commit 2024-02-16 15:21:42 +01:00
logo.png Add a first working version 2024-02-16 15:26:16 +01:00
manifest.json Add App manifest for Android 2024-03-30 01:07:47 +01:00
README.md added a mirror note to the readme 2026-02-01 12:26:51 +01:00
style.css local build and style changes 2026-02-01 12:12:01 +01:00

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 .