Easy PHP Sudoku Game

0

A Simple Sudoku game written in PHP & javascript. Features: Change game size you can enable to check one by one whenever you enter new item. Suggest item by clicking on field you w

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

A Simple Sudoku game written in PHP & javascript.

Features:

  • Change game size
  • you can enable to check one by one whenever you enter new item.
  • Suggest item by clicking on field you want to suggest and click on “>> Suggest me” button.

Usage

Display sudoku game on frontend we use this shortcode [hw-sudoku] to insert into post/page content or widget text.

See shortcode params in detail:

  • Change sudoku matrix size

[hw-sudoku size=6]

  • Enable check one by one sudoku item.

[hw-sudoku auto_check=1]

  • You can combine params like this:

[hw-sudoku size=8 auto_check=1]