Simplistic Random Bingo Generator Website
Find a file
2025-03-26 16:01:44 +01:00
src fixed tile scaling on different bingo dimensions 2025-03-26 15:49:06 +01:00
static added favicon 2025-03-25 21:37:39 +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 added custom alert and confetti 2025-03-25 21:37:31 +01:00
package.json added custom alert and confetti 2025-03-25 21:37:31 +01: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