awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesUnit Command Controllers

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.

Awesome Unit Command Controllers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ryanb/ruby-warriorryanb 的头像

    ryanb/ruby-warrior

    3,888在 GitHub 上查看↗

    Ruby Warrior 是一个教育性编码平台和回合制策略引擎,旨在通过交互式战术挑战教授 Ruby 编程。它作为一个游戏,用户编写脚本来控制自主角色,通过实现处理战斗、移动和环境目标的逻辑来通过关卡。 该平台通过要求玩家通过与模拟的回合制世界交互的结构化代码来定义角色行为而脱颖而出。通过查询环境获取敌人位置和障碍物等数据,用户开发决策算法来确定角色如何响应不断变化的条件。此过程强调算法开发和战术逻辑的优化,以获得更高的性能分数。 该系统通过本地文件系统目录管理玩家进度和角色脚本,允许逻辑在多个游戏会话中持久化。性能在每个关卡后根据包括目标完成度、战斗效率和执行速度在内的指标进行评估。

    Enables the creation and control of secondary units with independent logic blocks to assist the primary character.

    Ruby
    在 GitHub 上查看↗3,888
  • lampe-games/godot-open-rtslampe-games 的头像

    lampe-games/godot-open-rts

    1,029在 GitHub 上查看↗

    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.

    GDScriptgodotgodot-enginegodot-game
    在 GitHub 上查看↗1,029
  1. Home
  2. Game Development
  3. Unit Task Managers
  4. Unit Command Controllers

探索子标签

  • Autonomous Unit ControllersSystems for managing and directing secondary autonomous entities within a tactical environment. **Distinct from Unit Command Controllers:** Distinct from Unit Command Controllers: focuses on the autonomous behavior of secondary units rather than direct player-driven command interfaces.