https://github.com/freakwill/game-xxl
消消乐游戏动态规划法MATLAB实现
https://github.com/freakwill/game-xxl
dynamic-programming game matlab matlab-gui xiaoxiaole
Last synced: 9 months ago
JSON representation
消消乐游戏动态规划法MATLAB实现
- Host: GitHub
- URL: https://github.com/freakwill/game-xxl
- Owner: Freakwill
- License: mit
- Created: 2019-05-14T12:41:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T02:20:13.000Z (about 7 years ago)
- Last Synced: 2025-03-21T17:55:49.753Z (over 1 year ago)
- Topics: dynamic-programming, game, matlab, matlab-gui, xiaoxiaole
- Language: MATLAB
- Size: 188 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# game-xxl
消消乐游戏动态规划法MATLAB实现
## 架构
- 核心 graph
实现动态规划,以图的形式存储(需要一些图论知识)
- 游戏业务逻辑Game.m
消消乐游戏核心
- 视图 GameXXL.m, linegrid.m
人机交互界面、游戏绘图
## TO DO
- [ ] 利用MATLAB提供的库实现graph, 不必重新造轮子