Demo link Tips : camera can be moved by keyboard w, a, s, d key, rotate by q, e key, and elevate by f, r key.
Chess game that fulfil all the rules of an international tournament based game, fully written in c++
Features:
- Blueprint are used on inheriting GUIs scripts(allowing changes to be done on blueprint if needed), 98% of content is in c++, chess mechanism are decoupled from GUI.
- Using magic bitboard to code the underlying chess mechanism, super speed.
- Implemented 30++ chess opening moves.
- Chess game logic are based on international chess rule, castling, en-passant, chess game finishing rules includes checkmate and draw by stalemate, insufficient material, fifty/seventy-five moves rule, or three/five folds repetition.
- Initialize game with FEN string, save game, load game, undo, redo. restart game, position score for players in favor, optional draw for fifty moves rule or three folds repetition(player can choose to ignore the draw).
- Two Types of build in AI :
-Type I board based analysis AI : Ranging from 50 ELO to 1100 ELO.
-Type II MTD min max algorithm AI : Ranging from 1050 ELO to 1500 ELO.
- Included few written test case for Automation Tests, bug proof chess mechanism.
演示链接 提示:相机可以通过键盘w,a,s,d键移动,通过q,e键旋转,通过f,r键提升。
国际象棋游戏,满足国际比赛的所有规则,完全用c++编写
特征:
- 蓝图用于继承Gui脚本(如果需要,允许在蓝图上进行更改),98%的内容在c++中,机制与GUI分离。
- 使用magic bitboard对底层国际象棋机制进行编码,速度超快。
- 实现了30++国际象棋开场动作。
- 国际象棋游戏逻辑基于国际象棋规则,castling,en-passant,国际象棋游戏整理规则包括将死和僵局绘制,材料不足,五十/七十五个动作规则或三/五个折叠重复。
- 用FEN字符串初始化游戏,保存游戏,加载游戏,撤消,重做。 重新开始游戏,有利于玩家的位置得分,可选的平局为五十个移动规则或三个折叠重复(玩家可以选择忽略平局)。
- AI中的两种类型构建 :
-基于i型板的分析AI:范围从50ELO到1100ELO。
-Ii型MTD最小最大算法AI:范围从1050ELO到1500ELO。
- 包括一些自动化测试的书面测试用例,错误证明国际象棋机制.
Demo link Tips : camera can be moved by keyboard w, a, s, d key, rotate by q, e key, and elevate by f, r key.
Chess game that fulfil all the rules of an international tournament based game, fully written in c++
Features:
- Blueprint are used on inheriting GUIs scripts(allowing changes to be done on blueprint if needed), 98% of content is in c++, chess mechanism are decoupled from GUI.
- Using magic bitboard to code the underlying chess mechanism, super speed.
- Implemented 30++ chess opening moves.
- Chess game logic are based on international chess rule, castling, en-passant, chess game finishing rules includes checkmate and draw by stalemate, insufficient material, fifty/seventy-five moves rule, or three/five folds repetition.
- Initialize game with FEN string, save game, load game, undo, redo. restart game, position score for players in favor, optional draw for fifty moves rule or three folds repetition(player can choose to ignore the draw).
- Two Types of build in AI :
-Type I board based analysis AI : Ranging from 50 ELO to 1100 ELO.
-Type II MTD min max algorithm AI : Ranging from 1050 ELO to 1500 ELO.
- Included few written test case for Automation Tests, a performant bug proof chess mechanism.
演示链接 提示:相机可以通过键盘w,a,s,d键移动,通过q,e键旋转,并通过f,r键提升。
国际象棋游戏,满足国际比赛的所有规则,完全用c++编写
特征:
- 蓝图用于继承Gui脚本(如果需要,允许在蓝图上进行更改),98%的内容在c++中,机制与GUI分离。
- 使用magic bitboard对底层国际象棋机制进行编码,速度超快。
- 实现了30++国际象棋开场动作。
- 国际象棋游戏逻辑基于国际象棋规则,castling,en-passant,国际象棋游戏整理规则包括将死和僵局绘制,材料不足,五十/七十五个动作规则或三/五个折叠重复。
- 用FEN字符串初始化游戏,保存游戏,加载游戏,撤消,重做。 重新开始游戏,有利于玩家的位置得分,可选的平局为五十个移动规则或三个折叠重复(玩家可以选择忽略平局)。
- AI中的两种类型构建 :
-基于i型板的分析AI:范围从50ELO到1100ELO。
-Ii型MTD最小最大算法AI:范围从1050ELO到1500ELO。
- 包括一些自动化测试的书面测试用例,一个高性能的错误证明国际象棋机制。
评论(0)