bad-gal / sudoku

Sudoku game made with PhaserJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Sudoku

Game Objective 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 all contain the digits from 1 to 9. The grid is partially completed, so that there is a single solution.

Getting started Clone this repository, open the index.html file to get started

How to play Drag the numbered tiles at the bottom of the screen to fill the Sudoku board.

Sudoku Screenshot

About

Sudoku game made with PhaserJS


Languages

Language:JavaScript 100.0%Language:HTML 0.0%