Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itlwei/Chess
中国象棋 - in html5
https://github.com/itlwei/Chess
Last synced: 2 months ago
JSON representation
中国象棋 - in html5
- Host: GitHub
- URL: https://github.com/itlwei/Chess
- Owner: itlwei
- License: mit
- Created: 2013-08-20T06:05:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T03:31:08.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T09:07:36.769Z (6 months ago)
- Language: JavaScript
- Homepage: https://itlwei.github.io/Chess/
- Size: 948 KB
- Stars: 522
- Watchers: 30
- Forks: 216
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - Chess - in html5 | itlwei | 452 | (JavaScript)
README
中国象棋 - in html5
===========作者:一叶孤舟
联系:[email protected] QQ:28701884
Demo:https://itlwei.github.io/Chess/中国象棋 - in html5是一款使用html5 canvas开发的开源小游戏,不依赖任何类库,不依赖任何后台程序,全部原生Javascript进行AI计算,欢迎广大业内同行多多交流指正,共同完善。
##特点
* 全部使用Javascript完成AI人工智能计算,不依赖任何后台程序
* 不依赖任何类库,全部原生Javascript,使用html5 canvas.
* 实现中不涉及任何浏览器特性,所以不存在浏览器兼容性问题.
* 代码结构极其简洁明了,你可以轻易的阅读,修改成自己版本.##Change Log
### v1.5.1
* 修复BUG### v1.5.0
* 大幅度修改UI,增加风格选择### v1.0.3
* 增加历史表,提高AI计算效率### v1.0.2
* 修复了AI计算过深的资源耗尽问题### v1.0.1
* 修复了一些情况下悔棋出错的问题
* 修复了长将不死的问题