Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```