javascript拼图游戏
在网页中构建数字拼图游戏
Installationnpm install web-game-puzzle use
<div style="width:300px;height:300px;" id="puzzle"></div>
import Puzzle from "web-game-puzzle"; const game = new Puzzle( document.getElementById("puzzle"), 3, "https://img.alicdn.com/imgextra/i4/O1CN01eC3Z3t1DR8nRi2guC_!!6000000000212-0-tps-300-300.jpg", true ); game.start(); demo
https://fixify.store/games/puzzle/
APIconstructor
container 容器 size 拼图大小, 默认 3x3 url 背景图 isNumber 是否显示数字start()
开始拼图
shuffle()
打乱重来
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。