Skip to content

Commit

Permalink
Add features and reference projects in index.zh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethkuil committed Jan 4, 2024
1 parent 3d70b88 commit 4b0ff77
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,35 @@ Hiper 是一个 AI 编程赛事平台。
1. 供清华大学软件学院与自动化系科协举办的 AI 编程赛事使用。
2. 作为正式的开源项目,争取获得一定影响力,在更多同类场景(中小型AI编程赛事,如大学的校内赛事)中得到采用。

## Hiper 的特色

通用、易于定制:

- 使用 Docker 运行用户程序。赛事开发方 能用任何语言编写游戏逻辑、能允许选手用任何语言编写 AI、还可以决定选手能用哪些第三方库。
- 对游戏的限制少、简单直接,即使是 分上下半场的游戏 / 即时制游戏 之类也能支持,而且基本无需针对 Hiper 做太多适配。
- 赛事脚本。可自定义赛制。
- 对局的输入输出可高度自定义。
- 对局详情模板。

<!-- TODO:尚未实现. 不过目前的后端实现已经充分做好了扩展性准备。
更多实用功能:
- 支持私下对局
- 支持测试对局,可设定游戏场景测试 AI
-->

## 参考项目

设计:

- [Botany](https://botany.ssast.net/#/). 清华大学软件学院科协开发维护。
- 开源于 [ayuusweetfish/botany](https://github.com/ayuusweetfish/botany)
- [Saiblo](https://www.saiblo.net/). 清华大学计算机系科协智能体部 & 网络部 开发维护。
- [Saiblo Wiki](https://docs.saiblo.net/index.html)
- [Botzone](http://www.botzone.org.cn/). 北京大学信息科学技术学院人工智能实验室 开发维护。
- [Botzone Wiki](https://wiki.botzone.org.cn/index.php)

实现:

- T大树洞: [treehollow/treehollow-backend](https://github.com/treehollow/treehollow-backend)
- Botany: [ayuusweetfish/botany](https://github.com/ayuusweetfish/botany)

0 comments on commit 4b0ff77

Please sign in to comment.