Cube实现玩转三维魔方游戏代码
代码语言:html
所属分类:游戏
代码描述:Cube实现玩转三维魔方游戏代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <style> input{ font-size:16px; height:26px; margin-bottom:10px;} .mf{ width:300px; float:left; min-height:1px; margin-left:350px;} .mf0{ margin-left:50px;} </style> </head> <body style="background:#222;"> <div class="mf mf0"> <div id="mf0" style="margin:120px auto 80px;"></div> </div> <div class="mf mf"> <div id="mf" style="margin:120px auto 80px;"></div> <span style="color:#ff0">拖拽魔方可以看到其他的面</br>点击魔方边块上的箭头扭动魔方</span> <div class="cs" id="cs" style="width:300px; margin:0 auto;"> <input type="button" value="重置魔方" /> <input type="button" value="重置位置" /> <input type="button" value="随机打乱" /> <input type="text" value="uu'bb'lr'f"> <input type="button" value="批量操作" /> <input type="button" value="撤销一步" /.........完整代码请登录后点击上方下载按钮下载查看
网友评论0