Go to check it out here here
Angular based Sudoku game that can create unique Sudoku board based on 3 difficulty levels.
Sudoku is a logic-based, combinatorial number-placement puzzle. In classic sudoku, the objective is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 subgrids that compose the grid contain all of the digits from 1 to 9
- If you haven't done it already, make a fork of this repo.
- Clone to your local computer using
git
. - Make sure that you have Node 12.13.0 or later installed. See instructions here.
- Use
npm install
to download the needed depenedencies for this project. - Don't forget to install the Angular CLI if you haven't already.
- Build and run your app by using the
ng serve
command from the root directory. - Navigate your browser to
http://localhost:4200
.
Read Contributors guidelines before submitting a PR or creating a new issue.
To contribute hassle free, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
- Show your support by ⭐ the project.
Alternatively see the GitHub documentation on creating a pull request.
If you find a bug or think something could be better, please file an issue! If you think a code change should be made, feel free to raise a PR.