A simple, interactive Bingo web app themed around Discord culture.
Click cells to mark them, import your own Bingo phrases (paste 25 lines), export your board as text, and enjoy automatic Bingo detection with persistent selection saved in your browser.
- ✅ Click to select/deselect Bingo cells
- 📝 Import custom Bingo phrases by pasting 25 lines of text
- 🔢 Line-numbered import for improved navigation and clarity when entering phrases
- 📋 Export current board and marks as plain text (copied to clipboard)
- 🎉 Automatic Bingo detection (rows, columns, diagonals)
- 💾 Persistent selection stored in browser
localStorage
- Modern web browser (Chrome, Firefox, Edge, Safari)
- No backend required — pure HTML/CSS/JS
- Optional: GitHub Pages for easy free hosting
├── index.html # Main HTML page
├── style.css # Styles and layout
├── script.js # Bingo logic, import/export, and storage
├── LICENSE # MIT License file
└── README.md # README file
Made with ❤️ by ItsAlexIK