Hello, I am Aryan Garg, CS undergrad, currently pursuing B.Tech in VIT, Vellore. I am fond of Web development. I have a basic understanding of MERN stack as well as PERN stack.
MFC : Mozilla FireFox Club
This project is part of MFC Mini Games project.
Sudoku game that has options to select difficulty of the game, options for hints or to make notes, times and ratings based on time taken and errors made.
-
Local Storage Magic
All the game data is stored in a central state in an atom using recoil, from there it is supplied to all the components within the application. Whenever there is change in the state, the state is saved to browser's local storage, so that on reload, game is loaded with the previous state. -
Reimagined the way you think while playing the game
There are 2 ways, you can play this game
- Fill the Number
First Select the number, then the sqaure in which number is already there will be displayed with highlight sqaures toggled on and you can figure out the square where this number can be placed.
Also there is highlight moves option which highlight the squares where that number can be placed. - Fill the Square
First Select the square on board, then the all the concerned sqaures will be highlighted i.e. square on the column, row, and box with highlight sqaures toggled on, which allows you to figure out which numbers have been placed and which numbers can be.
Also, there is highlight moves option which will highlight the number which can be placed on the sqaure when toggled on.
- Fill the Number