Skip to content

Sarthak-Mittal/sudoku

Repository files navigation

Sudoku

Go to check it out here here

License: MIT GitHub repo size GitHub contributors GitHub stars GitHub forks

Table of Contents


Introduction

Angular based Sudoku game that can create unique Sudoku board based on 3 difficulty levels.

Description

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

Technologies Using

Getting Started

To get started locally, follow these instructions:

  1. If you haven't done it already, make a fork of this repo.
  2. Clone to your local computer using git.
  3. Make sure that you have Node 12.13.0 or later installed. See instructions here.

Angular Application Configuration

  1. Use npm install to download the needed depenedencies for this project.
  2. Don't forget to install the Angular CLI if you haven't already.
  3. Build and run your app by using the ng serve command from the root directory.
  4. Navigate your browser to http://localhost:4200.

Contributers Guide

Read Contributors guidelines before submitting a PR or creating a new issue.

To contribute hassle free, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.
  6. 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.

Open Source Love GitHub followers LinkedIn