Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
}
#main {
	width:100%;
}
#main h2 {
	text-align:center;
	margin-top:50px;
}
#main canvas {
	display:block;
	margin:30px auto;
	box-shadow:5px 5px 5px #c3c3c3,-5px -5px 10px #eeeeee;
	background:rgb(221,191,163);
}
#restart {
	width:100px;
	height:40px;
	background:#ccc;
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:40px;
	margin:auto;
	cursor:pointer;
	display:none;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

五子棋人机对战

更新时间:2021-01-04 22:14:55

简易的算法实现人机五子棋

0