https://github.com/healeycodes/secret-sudoku
:game_die: Play Sudoku in your browser's URL bar!
https://github.com/healeycodes/secret-sudoku
javascript sudoku
Last synced: about 1 month ago
JSON representation
:game_die: Play Sudoku in your browser's URL bar!
- Host: GitHub
- URL: https://github.com/healeycodes/secret-sudoku
- Owner: healeycodes
- Created: 2019-02-17T08:28:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T10:49:12.000Z (about 7 years ago)
- Last Synced: 2025-05-07T15:11:19.062Z (11 months ago)
- Topics: javascript, sudoku
- Language: JavaScript
- Homepage: https://healeycodes.github.io/secret-sudoku/
- Size: 85.9 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/healeycodes/secret-sudoku)
### Secret Sudoku
*Hidden from prying eyes..*
[](https://healeycodes.github.io/secret-sudoku/)
#### Play the classic game of Sudoku in your URL bar!
A Sunday project, powered by `window.location.hash` and :coffee:
Avaliable @ https://healeycodes.github.io/secret-sudoku/
### Install
`npm install`
### Test
`npm test`
- Uses Jest to test main functions and brute-force play the game to completion on different difficulties.
- On GitHub, uses continious integration powered by Travis CI!
### Deploy
Place the project files at the directory you wish you host the game (assuming HTTP/S).
For local-use, just open `index.html`