Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sudoku game #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,15 @@
| 02 | User should be allowed to select the chain (ETH, SOL, Polygon, ARB) and put in an address where they want the native token sent |
| 03 | User should be able to select the amount they want to |

<br><br>


| | 0️⃣ SUDOKU 9️⃣ |
| :----: | :---: |
| 01 | Build a sudoku game like https://sudoku.com/ |
| 02 | Use a grid layout for the game board. |
| 03 | Style the game board, input fields, and other elements of the app. |
| 04 | Handle the game logic, including generating a new puzzle, validating the user's input, and checking for a winning condition. |
| 05 | Add timer, difficulty levels, and a hint system if you have completed above stuff. |

<br><br>