{"id":50306695,"url":"https://github.com/svenjacobs/pearls","last_synced_at":"2026-05-28T17:01:19.675Z","repository":{"id":358752023,"uuid":"1120522666","full_name":"svenjacobs/pearls","owner":"svenjacobs","description":"Self-hostable, turn-based multiplayer board game","archived":false,"fork":false,"pushed_at":"2026-05-18T22:37:34.000Z","size":743,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T00:49:07.572Z","etag":null,"topics":["board-game","boardgame","dice","dice-game","game","games","progressive-web-app","pwa","self-hosted","selfhosted","svelte","sveltekit","turn-based","turn-based-game","typescript","vite","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svenjacobs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-21T12:00:18.000Z","updated_at":"2026-05-18T22:37:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/svenjacobs/pearls","commit_stats":null,"previous_names":["svenjacobs/pearls"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/svenjacobs/pearls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenjacobs%2Fpearls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenjacobs%2Fpearls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenjacobs%2Fpearls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenjacobs%2Fpearls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svenjacobs","download_url":"https://codeload.github.com/svenjacobs/pearls/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenjacobs%2Fpearls/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33617718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["board-game","boardgame","dice","dice-game","game","games","progressive-web-app","pwa","self-hosted","selfhosted","svelte","sveltekit","turn-based","turn-based-game","typescript","vite","web"],"created_at":"2026-05-28T17:01:16.953Z","updated_at":"2026-05-28T17:01:19.661Z","avatar_url":"https://github.com/svenjacobs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pearls\n\n[![CI](https://github.com/svenjacobs/pearls/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/svenjacobs/pearls/actions/workflows/ci.yml)\n\nA self-hostable, turn-based multiplayer web implementation of a board game. Race to clear all 12 rows of pearls from your board before your opponents do. Full rules are explained in game.\n\n![Screenshots](./screenshots.png)\n\nDemo at [pearls.svenjacobs.com](https://pearls.svenjacobs.com).\n\n## Features\n\n- **Real-time multiplayer** — up to several players per game, board states update live via Server-Sent Events\n- **Multiple parallel games** — join and manage several games at once from the active games list\n- **AI players** — play against computer-controlled opponents\n- **Invite via link or QR code** — share a game with one tap, no account required\n- **All-boards view** — see every player's board live during the game\n- **Initiative dice-off** — dice roll determines turn order at game start\n- **Emoji reactions** — send one of 6 reactions during play, toggleable in settings\n- **Sound effects** — 9 sounds for dice, pearls, and game events, mutable\n- **Pearl color themes** — 30+ board themes across colors, nature, seasons, and country flags\n- **Progressive Web App** — installable on mobile and desktop\n- **Push notifications** — get notified when it's your turn, opt-in\n- **Localization** — English and German\n- **Dark mode** — follows system preference\n\n## Tech Stack\n\n| Layer             | Technology                               |\n| ----------------- | ---------------------------------------- |\n| Framework         | SvelteKit 2 (Svelte 5, SSR)              |\n| Language          | TypeScript 6                             |\n| Styling           | TailwindCSS v4                           |\n| Build tool        | Vite 8                                   |\n| Test runner       | Vitest 4                                 |\n| Integration tests | Testcontainers (real Redis in container) |\n| Database          | Redis 8                                  |\n| Realtime          | Server-Sent Events (SSE)                 |\n| Logging           | Pino                                     |\n| i18n              | Paraglide JS                             |\n| PWA               | vite-plugin-pwa + Workbox                |\n| Package manager   | pnpm 11                                  |\n| Runtime           | Node.js 26                               |\n| Container         | Docker / Podman                          |\n\n## Self-Hosting \u0026 Deployment\n\nSee [DEPLOYMENT.md](DEPLOYMENT.md) for full instructions, including Docker Compose and Podman Quadlet setups.\n\n---\n\n\u003e **Disclaimer:** This project was created with the assistance of AI tools.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenjacobs%2Fpearls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvenjacobs%2Fpearls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenjacobs%2Fpearls/lists"}