▌ GitHub radar

Arma: Cold War Assault goes open source

Bohemia Interactive released the full engine and game code of their 2001 classic under GPL v3. After 25 years, you can finally read — and build — the game that invented the modern military sim genre.

Bohemia Interactive published the full source code of Arma: Cold War Assault, their 2001 military sim originally titled Operation Flashpoint: Cold War Crisis. The engine has been brought up to C++20 and built with CMake and Clang, running on both Windows x64 and Linux x64. Game assets stay under a separate Arma Public License; the engine itself is GPL v3.

Why a vibe-coder should care

If you've ever wanted to understand how a real military sandbox works under the hood — physics, vehicle simulation, AI — this is a rare chance to read production C++ that ran on real hardware 25 years ago and still compiles today. Modders, game developers, and genre historians now have access to the actual foundation.

Open on GitHub →