awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Warzone2100 avatar

Warzone2100/warzone2100

0
View on GitHub↗
3,850 stars·602 forks·C++·GPL-2.0·21 viewswz2100.net↗

Warzone2100

Warzone 2100 is an open-source real-time strategy game engine focused on tactical combat and base building. It operates as a real-time strategy game engine utilizing a data-driven asset pipeline and providing cross-platform support.

The project features a modular unit design system that uses a technology tree to construct combat entities by combining chassis, propulsion, and weapon components. It includes a lockstep multiplayer network engine to synchronize game state across distributed clients for competitive matches, as well as a JavaScript game scripting framework for implementing custom logic, AI behaviors, and campaign sequences.

The engine supports AI combat simulation, deterministic network gaming, and procedural unit design. Capabilities extend to creating custom maps and developing structured game campaigns for single-player play.

Features

  • Real-Time Strategy Engines - Ships a complete open-source game engine specialized for tactical combat and base building in real-time strategy games.
  • Real-Time Strategy Games - Provides a full real-time strategy game experience featuring base construction, resource management, and tactical unit control.
  • Lockstep Synchronizations - Implements a lockstep networking model to maintain deterministic game state synchronization across distributed clients.
  • Modular Construction Systems - Provides a system for dynamically assembling combat units from modular chassis, propulsion, and weapon components.
  • Game Logic Scripting - Provides a scripting system using JavaScript to define custom interactive behaviors and game logic.
  • Data-Driven Configuration - Utilizes external configuration files to define unit properties and game assets, decoupling content from the core engine.
  • Deterministic Networking - Employs a lockstep networking model to synchronize state by exchanging inputs and executing identical simulations.
  • Tactical Combat Simulations - Implements a simulation engine focused on tactical unit commands and combat behavior.
  • Unit Design Systems - Offers a framework for designing specialized units by combining modular components from a technology tree.
  • World State Synchronization - Maintains a consistent game world across network participants using deterministic state synchronization.
  • Multiplayer Game Servers - Ships with servers for hosting authoritative game logic and low-latency communication for competitive multiplayer battles.
  • Embedded JavaScript Scripting - Embeds a JavaScript runtime to allow modification of game rules and AI behaviors without recompiling source code.
  • Combat AI Agents - Supports the creation of automated AI agents designed for tactical combat and warfare simulation.
  • Terrain Design - Provides tools for designing the terrain and environmental layouts for game levels.
  • Game Modding Toolkits - Provides toolkits for injecting custom code and assets to alter game behavior at runtime.
  • Gameplay Automation Bots - Enables local skirmish matches against automated gameplay bots for combat practice.
  • Narrative Campaign Systems - Includes systems for designing and executing a sequence of story-driven missions and strategic objectives.
  • Cross-Platform Rendering Abstractions - Implements an architectural layer that decouples high-level graphics commands from native platform rendering APIs.
  • Strategy and Roguelikes - 3D real-time strategy game with campaign and multiplayer.
  • Strategy Game Engines - Open-source real-time strategy game engine.
  • Strategy and Simulation - Post-nuclear real-time strategy game.
  • Strategy Games - Post-nuclear real-time strategy game with base building.

Star history

Star history chart for warzone2100/warzone2100Star history chart for warzone2100/warzone2100

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Warzone2100

These projects share indexed features with Warzone2100. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • spring/springspring avatar

    spring/spring

    3,914View on GitHub↗

    Spring is a cross-platform game engine and framework designed specifically for the development and execution of multiplayer real-time strategy games. It provides a high-performance simulation environment for managing large-scale battles and unit movements across different operating systems using a shared codebase. The engine functions as a multiplayer game server and networking layer, coordinating real-time game state and match synchronization between remote players. It includes a dedicated lobby client system for multiplayer match coordination as well as the capability to execute single-play

    C++
    View on GitHub↗3,914
  • openra/openraOpenRA avatar

    OpenRA/OpenRA

    16,450View on GitHub↗

    OpenRA is an open-source game engine designed for the development and modernization of real-time strategy titles. It provides a modular framework that allows developers to build standalone games or total conversion modifications by leveraging a trait-based entity composition system. The engine is built to support both the preservation of classic strategy games and the creation of new experiences, offering cross-platform compatibility and a flexible architecture for defining game rules and unit behaviors. The engine distinguishes itself through a configuration-driven approach where game logic,

    C#command-and-conquercross-platformcsharp
    View on GitHub↗16,450
  • sfttech/openageSFTtech avatar

    SFTtech/openage

    14,100View on GitHub↗

    Openage is an open-source game engine designed to execute real-time strategy games. It provides the core logic, networking, and rendering infrastructure necessary to recreate classic strategy mechanics across multiple operating systems. The engine utilizes a deterministic lockstep simulation and a client-server architecture to maintain synchronized game states across participants. It distinguishes itself through a data-driven configuration system that allows for extensive game modding, enabling users to adjust mechanics and visual elements by editing human-readable files without requiring sou

    Pythonage-of-empiresc-plus-pluscmake
    View on GitHub↗14,100
  • electronicarts/cnc_generals_zero_hourelectronicarts avatar

    electronicarts/CnC_Generals_Zero_Hour

    4,619View on GitHub↗

    This project is a real-time strategy game and military combat simulator focused on modern warfare. It provides a simulation where players build bases and command military units to achieve tactical objectives and execute combat operations across various global locations. The software functions as a user-generated content platform, featuring a community workshop for creating, uploading, and sharing custom maps. It also includes a narrative-driven single-player campaign consisting of a series of strategic missions. Gameplay involves battling computer-controlled commanders that utilize distinct

    C++command-and-conqueropen-sourcereal-time-strategy
    View on GitHub↗4,619
Compare all 30 related projects→

Frequently asked questions

What does warzone2100/warzone2100 do?

Warzone 2100 is an open-source real-time strategy game engine focused on tactical combat and base building. It operates as a real-time strategy game engine utilizing a data-driven asset pipeline and providing cross-platform support.

What are the main features of warzone2100/warzone2100?

The main features of warzone2100/warzone2100 are: Real-Time Strategy Engines, Real-Time Strategy Games, Lockstep Synchronizations, Modular Construction Systems, Game Logic Scripting, Data-Driven Configuration, Deterministic Networking, Tactical Combat Simulations.

Which projects share features with warzone2100/warzone2100?

Projects with overlapping indexed features include: spring/spring — Spring is a cross-platform game engine and framework designed specifically for the development and execution of… openra/openra — OpenRA is an open-source game engine designed for the development and modernization of real-time strategy titles. It… sfttech/openage — Openage is an open-source game engine designed to execute real-time strategy games. It provides the core logic,… electronicarts/cnc_generals_zero_hour — This project is a real-time strategy game and military combat simulator focused on modern warfare. It provides a… beyond-all-reason/beyond-all-reason — Beyond-All-Reason is a real-time strategy game and 3D military simulation focused on large-scale tactical combat, base… openrct2/openrct2 — OpenRCT2 is an open-source reimplementation of a classic amusement park management simulation engine. It functions as…