DemocracyGame is an Unreal Engine prototype for a hybrid political simulation and real-time strategy game.
- Login and single-player state setup flow
- Local save/load, autosave, and protected backup save handling
- Interactive 3D office prototype with computer, phone, briefing folder, hallway, meeting room, and press room interactions
- Simulation systems for policies, advisors, events, demographics, economy, resources, departments, decision history, approval/stability, press releases, meetings, development, and fail-state risk
- Computer-driven simulation dashboard for managing the current state
Source/Democracy/- C++ gameplay, UI, save, office, and simulation prototype codeConfig/- Unreal project configuration and difficulty profile dataContent/- Unreal assets used by the prototypeAssetsNeeded.txtandAssets_Needed.txt- running asset requirement notes
This repository uses Git LFS for Unreal binary assets. Install Git LFS before cloning or working with the project:
git lfs installGenerated Unreal folders such as Binaries/, Intermediate/, Saved/, DerivedDataCache/, and local Saves/ are intentionally ignored.