warfactoryracine/engines
StillHammer 4eb1ad69a3 Add complete C++ structure for all 10 engines
🏗️ Created professional C++ architecture:
- Factory Engine: Factorio-like production simulation
- Economy Engine: Global markets and pricing algorithms
- War Engine: Multi-chunk combat and auto-battler
- Designer Engine: Vehicle conception (1-2 designs/tick globally)
- MacroEntity Engine: Companies, diplomacy, administration points
- Map Engine: Procedural generation (218 elements, FOW chunk-based)
- Intelligence Engine: Metrics collection (3.1GB adaptive scaling)
- Operation Engine: Strategic AI generals with ML adaptation
- Logistic Engine: Supply chains and convoy management
- Event Engine: Breakthrough system and global events

 Each engine includes:
- Professional header files with complete interfaces
- Autonomous threading and lifecycle management
- Inter-engine communication patterns
- Performance monitoring capabilities
- Organized namespaces (Warfactory::Engine)

🔧 Added .gitignore for C++ development
📦 Added shared/ module for common types
🚀 Ready for CMake setup and implementation
2025-09-19 02:07:17 +08:00
..
Designer-Engine@00bcd93158 Add project structure with engines, core, client 2025-09-19 01:40:53 +08:00
Economy-Engine@5e5a997675 Add project structure with engines, core, client 2025-09-19 01:40:53 +08:00
Event-Engine Add complete C++ structure for all 10 engines 2025-09-19 02:07:17 +08:00
Factory-Engine Add complete C++ structure for all 10 engines 2025-09-19 02:07:17 +08:00
Intelligence-Engine@3563fb7289 Add project structure with engines, core, client 2025-09-19 01:40:53 +08:00
Logistic-Engine Add complete C++ structure for all 10 engines 2025-09-19 02:07:17 +08:00
MacroEntity-Engine@063263d904 Add project structure with engines, core, client 2025-09-19 01:40:53 +08:00
Map-Engine@426b2f4012 Add project structure with engines, core, client 2025-09-19 01:40:53 +08:00
Operation-Engine Add complete C++ structure for all 10 engines 2025-09-19 02:07:17 +08:00
War-Engine@0f8fed5fef Add project structure with engines, core, client 2025-09-19 01:40:53 +08:00