效果预览:
http://www.guoliangjie.com/code/2019/Jiugongge/index.html
源码地址:
https://github.com/cc984388932/code/tree/master/2019/Jiugongge
使用方法
/* -- css -- */
.jiuGongGe li{} /*每个格子的样式*/
.jiuGongGe li.active{} /*被选择中的样式*/
/* -- js -- */
//初始化
var jiuGongGe=new JiuGongGe({
backFunc:function(result){ //游戏结束之后的回调函数
console.log(result);
}
});
/*
游戏开始的方法
pos(number):必选参数,最后停留的位置,从0开始,7结束,顺时针
*/
jiuGongGe.start(endPos);
}
网友评论