Home > Web Front-end > JS Tutorial > Sudoku game code developed by JQuery_jquery

Sudoku game code developed by JQuery_jquery

WBOY
Release: 2016-05-16 18:17:38
Original
1748 people have browsed it

A lot of Jquery plug-ins are used to support mouse wheel selection of numbers. There are no advanced technical points. It has not been updated for a long time due to work reasons, and I can’t remember the specific code. Everyone is welcome to contribute.
Screenshot:
Sudoku game code developed by JQuery_jquery
Demo address: http://demo.jb51.net/js/jsukudo/index.html
Download address: jsukudo20081110v0 .3.0.5.zip
Download list: http://code.google.com/p/jsukudo/downloads/list

JS files used

File name Source Description
blockUI.js http://malsup.com/ jquery/block/
文件名 出处 说明
blockUI.js http://malsup.com/jquery/block/ 提示框插件
data.js   游戏说明的数据
jquery.js http://jquery.com/ jQuery 1.2.6
mousewheel.js http://adomas.org/javascript-mouse-wheel/ 鼠标滚轮插件
sukudo.js   核心代码
timers.js 不详 计时器插件
Prompt box plug-in
data.js Game description data
jquery.js http://jquery.com/
jQuery 1.2.6
mousewheel.js http:// adomas.org/javascript-mouse-wheel/
Mouse wheel plug-in
sukudo.js Core code
timers.js Unknown Timer plug-in
The main technical point used is Jquery selector.
Complex algorithm: generation of Sudoku data and definition of levels. The specific algorithm was found online. In addition, after observing many Sudoku games, we found that the openings in Sudoku are actually symmetrical. If you have your own opinions on Sudoku generation, you can recommend it to everyone. Author: Shen Jian
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template