20+ JavaScript Sudoku Games - Free Code + Demos

Collection of 20+ JavaScript Sudoku Games. All items are 100% free and open-source.

1. Sudoku Base 4

JavaScript Sudoku Games - Sudoku Base 4
Author: Wyndhammer (wyndhammer)
Created on: September 13, 2019
Made with: Slim, CSS, JS
CSS Pre-processor: None
JS Pre-processor: None
HTML Pre-processor: Slim
Tags: sudoku, 16, big sudoku, math, puzzle

2. Sudoku With Material Design

JavaScript Sudoku Games - Sudoku With Material Design
Play Sudoku game made with pure JS. If you have a Sudoku grid that you couldn't solve it, bring it here and solve it using 'Sudoku Solver'. This pen uses Material design with pure JS and CSS.
Author: Mohammad Diab (MohammadDiab)
Created on: March 28, 2018
Made with: HTML, CSS, JS
Tags: sudoku, sudoku solver, material design, ripple, pure js css

3. Sudoku JS

JavaScript Sudoku Games - Sudoku JS
Author: Karl Saunders (Mobius1)
Created on: May 26, 2017
Made with: HTML, SCSS, JS

4. Sudoku

JavaScript Sudoku Games - Sudoku
Author: David L. (dovid1234)
Created on: December 29, 2015
Made with: HTML, CSS, JS

5. Javascript Sudoku Puzzle Generator

JavaScript Sudoku Games - Javascript Sudoku Puzzle Generator
In this demo, backtracking algorithm is used for generating the sudoku. Difficulty and solvability is totally random as I randomly left a number of hints from a full-filled board.
Author: Mustafa Enes (pavlovsk)
Created on: September 24, 2015
Made with: HTML, SCSS, Babel
Tags: sudoku, puzzle, generator, game, worker

6. Sudoku

JavaScript Sudoku Games - Sudoku
Sudoku layout
Author: Hojjat K (HojjatK)
Created on: October 13, 2014
Made with: HTML, Less, JS
Tags: sudoku, layout

7. SUDOKU

JavaScript Sudoku Games - SUDOKU
A common sudoku game.
Author: CRISTIAN CANEA (cristiancanea)
Created on: January 8, 2014
Made with: HTML, CSS, JS
Tags: sudoku, game

8. Random Sudoku Board Generator

JavaScript Sudoku Games - Random sudoku board generator
A random sudoku board generator based on the difficulty selected
Author: ramon morcillo (reymon359)
Created on: January 18, 2019
Made with: HTML, CSS, JS
Tags: sudoku, random, number, numbers, generator

9. Dynamic Sudoku

JavaScript Sudoku Games - Dynamic Sudoku
Generate and solve sudoku boards. Pause the game and pick up where you left off. Pick a cell and enter a number or choose from the list below the board. The gives instant feedback for correct or incorrect entries. Use delete or backspace to remove entries
Author: Andrew (acrenwelge)
Created on: April 5, 2017
Made with: Haml, SCSS, JS
CSS Pre-processor: SCSS
JS Pre-processor: None
HTML Pre-processor: Haml
Tags: sudoku, game

10. Sudoku

JavaScript Sudoku Games - Sudoku
Author: Jonathan Paugh (jpaugh)
Created on: January 9, 2019
Made with: HTML, CSS, JS

11. Sudoku Game

JavaScript Sudoku Games - sudoku game
Author: Kevin Beach (kswag)
Created on: April 16, 2018
Made with: HTML, CSS, JS

12. Sudoku Using React Bootstrap And Popover

JavaScript Sudoku Games - Sudoku using react bootstrap and popover
Sudoku is build using react. For UI: react-bootstrap has been used. Also popovers are for selecting the numbers.
Author: Mahesh (comrench)
Created on: September 5, 2018
Made with: HTML, SCSS, Babel
Tags: react, react-bootstrap, popover, sudoku

13. Random Sudoku Generator

JavaScript Sudoku Games - Random Sudoku Generator
All generated using one starting puzzle, inspired by this blog post: https://mathwithbaddrawings.com/2017/01/04/1-2-trillion-ways-to-play-the-same-sudoku/ This only mixes up the columns and rows within their bands, but more options are coming.
Author: Kam Black (kamblack)
Created on: October 4, 2018
Made with: HTML, SCSS, JS
Tags: sudoku, random, puzzle, javascript, array

14. Sudoku

JavaScript Sudoku Games - Sudoku
Fill in every spot such that each square in each row, column, or box contains the numbers from 1 to 9 only once. When a number is highlighted orange, you will mark a spot on the grid with that number when you press it. When the number is highlighted green, you will mark the spot with a h...
Read More
Author: Howard Aben (haben)
Created on: September 6, 2017
Made with: HTML, CSS, JS
Tags: sudoku, puzzle

15. Sudoku Board

JavaScript Sudoku Games - Sudoku Board
Author: Matt White (Matt-White12)
Created on: August 14, 2017
Made with: HTML, CSS, JS
Tags: sudoku, html5, css, js

16. Dynamic Sudoku

JavaScript Sudoku Games - Dynamic Sudoku
Generate and solve sudoku boards. Pause the game and pick up where you left off. Pick a cell and enter a number or choose from the list below the board. The gives instant feedback for correct or incorrect entries. Use delete or backspace to remove entries
Author: Andrew (acrenwelge)
Created on: April 5, 2017
Made with: Haml, SCSS, JS
CSS Pre-processor: SCSS
JS Pre-processor: None
HTML Pre-processor: Haml
Tags: sudoku, game

17. Sudoku

JavaScript Sudoku Games - Sudoku
Sudoku solver in ES6
Author: Steven Wood (stevendwood)
Created on: September 19, 2015
Made with: HTML, SCSS, Babel
Tags: sudoku, solver, react

18. Create & Complete Sudoku

JavaScript Sudoku Games - Create & Complete Sudoku
Create a complete Sudoku from scratch with backtracking
Author: Felix Lehmann (FelixLehmann)
Created on: March 29, 2017
Made with: HTML, CSS, Babel
Tags: sudoku, backtracking