Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forzagreen/sudoku
Resolving a Sudoku grid in JavaScript and HTML
https://github.com/forzagreen/sudoku
Last synced: 7 days ago
JSON representation
Resolving a Sudoku grid in JavaScript and HTML
- Host: GitHub
- URL: https://github.com/forzagreen/sudoku
- Owner: forzagreen
- License: mit
- Created: 2015-07-23T13:44:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T06:36:23.000Z (over 7 years ago)
- Last Synced: 2024-10-11T22:57:27.000Z (about 1 month ago)
- Language: TypeScript
- Size: 3.08 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sudoku
Resolving a Sudoku grid in HTML & JavaScript.The Web application is published here: https://forzagreen.github.io/Sudoku
## Deployment:
```
cd ng-sudoku
ng build # build and store artifacts in dist/
ngh # Deploys dist/ to gh-pages branch
```