Thanks to visit codestin.com
Credit goes to github.com

Skip to content

🧩 Sudoku is a logic-based, combinatorial number-placement puzzle

License

Notifications You must be signed in to change notification settings

remarkablegames/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description of Sudoku from Wikipedia:

Sudoku is a logic-based, combinatorial number-placement puzzle. 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 contains all of the digits from 1 to 9.

Play game.

Prerequisites

Install

Clone repository:

git clone https://github.com/remarkablegames/sudoku.git

Install dependencies:

cd sudoku
npm install

Run

Run development server:

npm start

You should be able to view the game at http://localhost:3000.

Release

Release will do the following:

  • bump package version
  • generate changelog
  • commit and tag the changes
npm run release
git push --follow-tags

Deploy

Deploy to GitHub Pages:

npm run deploy

License

MIT

About

🧩 Sudoku is a logic-based, combinatorial number-placement puzzle

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors