2 个仓库
Systems for directing units in combat and terrain navigation while managing tactical counters.
Distinct from Unit Task Managers: Distinct from Unit Task Managers: focuses on the high-level command and control interface rather than sequential task queuing.
Explore 2 awesome GitHub repositories matching game development · Unit Command Controllers. Refine with filters or upvote what's useful.
Ruby Warrior 是一个教育性编码平台和回合制策略引擎,旨在通过交互式战术挑战教授 Ruby 编程。它作为一个游戏,用户编写脚本来控制自主角色,通过实现处理战斗、移动和环境目标的逻辑来通过关卡。 该平台通过要求玩家通过与模拟的回合制世界交互的结构化代码来定义角色行为而脱颖而出。通过查询环境获取敌人位置和障碍物等数据,用户开发决策算法来确定角色如何响应不断变化的条件。此过程强调算法开发和战术逻辑的优化,以获得更高的性能分数。 该系统通过本地文件系统目录管理玩家进度和角色脚本,允许逻辑在多个游戏会话中持久化。性能在每个关卡后根据包括目标完成度、战斗效率和执行速度在内的指标进行评估。
Enables the creation and control of secondary units with independent logic blocks to assist the primary character.
This project is a real-time strategy game framework built for the Godot engine, providing a foundational template for developing isometric strategy titles. It offers a collection of reusable systems designed to accelerate the creation of competitive games, including support for both human and artificial intelligence participants. The framework distinguishes itself through a comprehensive suite of core mechanics tailored for the real-time strategy genre. It includes a dedicated fog-of-war system that obscures map regions based on unit line-of-sight, alongside isometric pathfinding and navigati
Directs ground and air units in combat and terrain navigation while managing tactical counters against enemy forces.