- React
- Context API
- Game object is initialised
- A biased number generator is used to generate number b/w 0 - 1.
- Bias is selected from Difficulty Level
- Game Board is saved in a 2D-Array
- The board is rendered as HTML Table
- Fully Responsive
- Dynamic sizing based on row and columns
- Row, Column & Difficulty Level Selector
- Glassmorphic Design Used
- Toast Notification
- No 3rd Party Libraries (except for Toast)
- React Context API + useReducer (for state management)