2025-12-25 06:25:09 +00:00
2025-12-24 16:11:48 +00:00
2025-12-24 13:06:47 +00:00
2025-12-24 13:23:13 +00:00
2025-12-24 13:06:47 +00:00
2025-12-24 16:11:48 +00:00
2025-12-25 06:25:09 +00:00

BlockWar

A UE5 Game: Build Forts, Battle for Victory

About

BlockWar is an innovative multiplayer FPS that combines tactical base construction with team-based combat. Build elaborate fortifications during the build phase, then battle it out in intense combat to capture the enemy flag.

Built in Unreal Engine 5, inspired by classic community mods.

Documentation

See DESIGN_BRIEF.md for comprehensive game design documentation.

GitHub Actions diagnostics

This repository ships with a lightweight "workflow doctor" to help ChatGPT/Codex-style agents quickly understand and triage GitHub Actions issues without running the workflows themselves.

Setup

  1. Install the dependency:
    pip install -r requirements.txt
    

Usage

  • Inspect the repository from its root:

    python tools/workflow_doctor.py
    
  • Only print actionable diagnostics (skip verbose summaries):

    python tools/workflow_doctor.py --quiet
    

When no workflow files are present, the tool reports that the .github/workflows directory is empty so that agents don't waste time chasing nonexistent CI definitions.

Description
No description provided
Readme MIT 96 KiB
Languages
Python 100%