Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
中国象棋 - in html5
===========
# 中国象棋 - in html5


作者:一叶孤舟<br>
联系:itlwei@163.com QQ:28701884<br>
Demo:https://itlwei.github.io/Chess/

中国象棋 - in html5是一款使用html5 canvas开发的开源小游戏,不依赖任何类库,不依赖任何后台程序,全部原生Javascript进行AI计算,欢迎广大业内同行多多交流指正,共同完善。

##特点
## 特点

* 全部使用Javascript完成AI人工智能计算,不依赖任何后台程序
* 不依赖任何类库,全部原生Javascript,使用html5 canvas.
* 实现中不涉及任何浏览器特性,所以不存在浏览器兼容性问题.
* 代码结构极其简洁明了,你可以轻易的阅读,修改成自己版本.

##Change Log
## Change Log
### v1.5.1
* 修复BUG

Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<title>中国象棋 in html5</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0" />
<link href="css/chess.css" rel="stylesheet" type="text/css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="ico.png">
<!--[if lt IE 9]>
<script> alert("对不起,您的浏览器不支持HTML5,请升级浏览器至IE9、firefox或者谷歌浏览器!")</script>
< ![endif]-->
Expand Down