2.0.4 • Published 5 years ago

t-react-sudoku v2.0.4

Weekly downloads
25
License
-
Repository
-
Last release
5 years ago

React-Sudoku

React-Sudoku is a react-powered implementation of sudoku. Sudoku is a logic-based number placement puzzle game. The point of the game is to fill a 9x9 grid with numbers so that each column, row, and each of the nine 3x3 subgrids contain all of the digits from 1 - 9.

React-Sudoku generates random sudoku boards based on three difficulties (easy, medium, and hard) in the player's browser.

Requirements

  • yarn or npm

To install yarn, follow the instructions from the yarn website. To install npm, follow the instructions from the npm website.

Getting Started

Assuming you have yarn/npm installed, start by cloning the repo:

git clone https://github.com/EricTurf/react-sudoku.git

Once you have the repo files in a local directory, run yarn/npm to install all the dependencies: yarn install or npm install.

Finally, after the installation is complete -- run the program by using yarn storybook or npm run storybook.

A partially filled sudoku board should pop up in the browser of your choice. Adjust your difficulty by using the dropdown at the top of the UI to select between easy, medium, and hard. Happy puzzling!

User Interface

User Interface Example

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

6 years ago