中国象棋(人机)

欢迎来到程序小院

中国象棋

玩法:
鼠标左键点击选中棋子,再点击位置进行下棋,可以进行悔棋,重新开始操作,棋盘右侧有AI分析,帮助你进一步提升棋艺,快去下棋吧^^。

开始游戏icon-default.png?t=N7T8https://www.ormcc.com/play/gameStart/181

中国象棋(人机)_第1张图片

html


            
                
                
                
                    
                        
                        
                        
                        
                    
                
                 
                             
                         
        

css

.game-side{
    margin: 20px auto;
    text-align: center;
}
.game-side button{
    margin:0 20px;
}
.game-side-span{
    border: 1px solid #eee;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin:0 10px;
    background:#eee;
    cursor:pointer;
}
#box,#chess{
    margin: 0 auto;
}
#moveInfo{
    position: absolute;
    margin-left: 530px;
    margin-top: -20px;
    color: #4a4a4a;
}
#moveInfo h3{
    font-size: 18px;
    font-weight: bold;
}

js

//悔棋
play.regret = function (){
 var map  = com.arr2Clone(com.initMap);
 //初始化所有棋子
 for (var i=0; i

源码

需要源码请关注添加好友哦^ ^

转载:欢迎来到本站,转载请注明文章出处https://ormcc.com/

中国象棋(人机)_第2张图片

你可能感兴趣的:(javascript,前端,html,游戏)