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

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!

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/healeycodes/secret-sudoku.svg?branch=master)](https://travis-ci.org/healeycodes/secret-sudoku)

### Secret Sudoku

*Hidden from prying eyes..*

[![secret-sudoku](https://github.com/healeycodes/secret-sudoku/blob/master/preview.gif)](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`