Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
jonli committed Nov 21, 2016
0 parents commit b85bfdf
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Empty file added .gitignore
Empty file.
30 changes: 30 additions & 0 deletions README.md
@@ -0,0 +1,30 @@
# 在准备重大更新,敬请期待
- 流程将被极大简化
- 效率将有极大提升


##[访问http://www.behaviac.com/获取文档,教程,API,FAQ,源码,下载等一切相关资料](http://www.behaviac.com/)

- behaviac是游戏AI的开发框架组件,也是游戏原型的快速设计工具
- 支持行为树BT,状态机FSM,HTN等多种范式
- 方便的编辑,实时和离线调试
- 支持全平台,适用于客户端和服务器,助力游戏快速迭代开发
- [官方网站](http://www.behaviac.com/)是文档,教程,API,FAQ,源码,下载等一切的入口
- 您可以访问[behaviac Q&A](http://bbs.behaviac.com/)获取答案或提出问题
- 您可以加入我们的QQ群433547396获得即时的帮助或者信息反馈。请大家优先使用[behaviac Q&A](http://bbs.behaviac.com/)
- BehaviacSetup*.exe是安装包,内含可执行的编辑器及示例。如需要自行构建,需要去[官方网站](http://www.behaviac.com/)[github behaviac](https://github.com/TencentOpen/behaviac)下载或克隆源码,然后可以访问[build](http://www.behaviac.com/docs/zh/articles/build/)获取构建帮助


---------------------------------------------
##[Visist http://www.behaviac.com/ for documents, tutorials, FAQs and all other information](http://www.behaviac.com/)

- behaviac is a framework of the game AI development, and it also can be used as a rapid game prototype design tool
- behaviac supports the behavior tree, finite state machine and hierarchical task network
- Behaviors can be designed and debugged in the designer, exported and executed by the game
- The designer can only run on the Windows platforms, The run time library is implemented with C++ and C#, and it supports all major platforms (Windows, Linux, Android, iOS, Unity etc.) and Unity.
- The C++ version is suitable for the client and server side.
- [Website](http://www.behaviac.com/) for documents, tutorials, API,FAQ,source code, downloads,etc.
- [behaviac Q&A](http://bbs.behaviac.com/) for answers of your questions.
- BehaviacSetup*.exe is the setup package with the binary editor and demo executable. You can download/clone the source code from [github behaviac](https://github.com/TencentOpen/behaviac)


0 comments on commit b85bfdf

Please sign in to comment.