doors
2026-01-30
TradeWars 2002 modular refactoring with corporations, trading, and admin systems
79 files · 4,777+ · 3,266-
TW2002 modular source refactoring
- Split monolithic movement system into focused modules (movement_nav, movement_internal) decouple behavioral
- Split trading system into modular files (trading, trading_pricing, trading_starport) decouple behavioral
Corporations system and game features
- Built complete corporations module with display, members, treasury, and menu components instantiate behavioral
- Added tournament mode, death system, login system, and enhanced combat and encounters instantiate behavioral
Admin server and networking infrastructure
- Added admin server infrastructure with commands, I/O, and state management instantiate internal
- Updated SSH server with improved I/O handling streamline internal