WP Sudoku Plus

外掛說明

This plugin can display a sudoku puzzle diagram on your website.
It comes with 200.000 unique puzzles in 7 different levels of difficulty.
The number of times a puzzle is successfully solved or failed is registered.
There is simple help and statistics available at the front-end.

螢幕擷圖

  • The puzzle how it shows on the screen
  • The help an statistcs opens by a click on the Help link

安裝方式

  1. Install and activate the plugin through the ‘Plugins’ screen in WordPress
  2. Add the sudoku shortcode to the content of the page or post where you want it to be shown. Example: [sudoku size=”15″]
    The optional size attribute can range from 8 to 32, 16 being the default.
  3. After installation, the puzzle database will be filled automaticly in chunks of 10.000 upon displaying the diagrm, until the maximum of 200.000 is reached.

常見問題集

How do i reset the won and lost counters

If you de-activate the plugin and activate it again, the database table will entirely be rebuilt. This clears the statistics.

使用者評論

2026 年 1 月 26 日
Thank you so much for the plugin – works great! It took a while before I was able to add it, but for others new to this plugin, be patient because you have to wait for the data for 200,000 puzzles to populate the load after you activate it; you will see a “. . . The response is not a valid JSON response” error message until the plugin has fully initialize.
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈WP Sudoku Plus〉的開發相關工作。

參與者

〈WP Sudoku Plus〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈WP Sudoku Plus〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.2

  • Improved undo functionality. You can two times undo a fatal error.

2.1

  • The initial import of puzzles is now done at the background starting immediately after plugin activation.
  • Added Undo button in the navigation box. Will show up after a move has been done.
  • Minor cosmetic changes.

1.8

  • Minor fixes.

1.7

  • On mobile devices touching a small box and holding it for more than 0.5 seconds, it will be removed like right click on desktop.
  • The puzzle will scale to the max available width. If a size is specified in the shortcode it will be interpreted as the maximum size.
  • Added puzzle of the day. works only if enough puzzles have been loaded (currently 26032);

1.6

  • Maintenance release to better comply with the plugin coding standards

1.5

  • Security release. Thanx to https://www.ripstech.com

1.4

  • Added optional clickable boxes, equivalent to tying numbers.

1.3

  • No longer clears data at de-activation
  • Fixed spurious php warnings

1.2

Bug Fixes

  • Language file is now loaded at the right moment.

1.1

Bug Fixes

  • Fixed undefined error in activate. Plugin could only be activated if wp-photo-album-plus was active.

1.0

  • Initial release