內容簡介
使用 PHP 和 JavaScript 寫成的簡單數獨遊戲。
功能:
可更改遊戲尺寸
當您輸入新項目時,可以啟用逐個檢查。
點擊要建議的領域,然後點擊“>> Suggest me”按鈕。
使用方法
在前端顯示數獨遊戲,將這個短碼 [hw-sudoku] 插入到文章/頁面內容或小工具文本中。
詳細查看短碼參數:
更改數獨矩陣大小
[hw-sudoku size=6]
啟用逐個檢查數獨項目。
[hw-sudoku auto_check=1]
您可以結合這些參數:
[hw-sudoku size=8 auto_check=1]
外掛標籤
開發者團隊
原文外掛簡介
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]
