Simplistic Random Bingo Generator Website
Find a file
Jonas_Jones e3c6e146ac
Some checks failed
build-sveltekit / build (push) Failing after 50s
added forgejo build script
2025-06-10 19:25:14 +02:00
.forgejo/workflows added forgejo build script 2025-06-10 19:25:14 +02:00
src fixed singular/plural on Bingo prompt 2025-04-10 20:29:33 +02:00
static added pink mode 2025-03-26 16:39:37 +01:00
.gitattributes Initial commit 2024-11-08 20:45:02 +01:00
.gitignore changed project structure 2024-11-08 21:12:26 +01:00
.npmrc Initial commit 2024-11-08 20:45:02 +01:00
jsconfig.json changed project structure 2024-11-08 21:12:26 +01:00
LICENSE changed project structure 2024-11-08 21:12:26 +01:00
package-lock.json updated dependencies 2025-06-10 19:24:56 +02:00
package.json updated dependencies 2025-06-10 19:24:56 +02:00
README.md added roadmap 2025-03-26 14:06:32 +01:00
svelte.config.js changed project structure 2024-11-08 21:12:26 +01:00
vite.config.js changed project structure 2024-11-08 21:12:26 +01:00

BingoGenerator Website

Found at bingo.jonasjones.dev and bingogenerator.jonasjones.dev

Online Multiplayer Roadmap

  • shared Games

    • same board
    • tiles to bingo count (game-internal leaderboard for all players)
  • cloud-saved templates

    • save/load bingo-templates
    • ability to make public/private
  • perhaps ingame chat? (very much not a priority though)

  • technical details

    • absolutely need warning before enabling online features (since there is no monitoring of any kind)
    • cloudflare DB with worker attached (online.bingo.jonasjones.dev)
    • on page tab to toggle offline/online mode. only offline bingos are saved to cookie
    • the only online data stored in cookies is login data (session key)
    • games, templates, etc. are only saved on DB