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