-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
affee0e
commit 027c2c8
Showing
2 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## 实验题目(任选一项): | ||
|
||
1. 打飞机游戏: | ||
|
||
2. 五子棋AI: | ||
|
||
注:五子棋AI是否使用图形界面,请随意! | ||
|
||
## GUI | ||
- [EasyX](https://easyx.cn/) | ||
- [SFML](https://www.sfml-dev.org/) | ||
- [raylib](https://github.com/raysan5/raylib) | ||
|
||
## 参考 | ||
|
||
- [五子棋AI算法](https://blog.csdn.net/lihongxun945/category_6089493.html) | ||
- [新游戏设计模式ECS](https://zhuanlan.zhihu.com/p/30538626) |