Simple demo gambling game where player defines before game start:
- Bet ($)
- Mines count
- Game Size
Player then is clicking on fields and tries not to click on field with bomb underneath while his potential checkout is being calculated.
Game endings:
- Win - player has clicked on all non bomb fields
- Checkout - player has clicked checkout button before clicking on bomb
- Lose - player has clicked on bomb
- Shadcn UI - UI components
- React - UI library
- Next.js - Server-side rendering
- Supabase - Backend
- TailwindCSS - Styling