An open-source isometric RTS game combining the best elements of Command & Conquer: Red Alert 2 and Company of Heroes, built with the Godot Engine.
This is an experiment in using Claude.ai 'Projects' with git integration to build a Real Time Strategy game.
Strategic Command merges the isometric base-building of classic RTS games with the tactical squad-based gameplay and cover systems of modern strategy titles. The game focuses on strategic positioning, resource control, and asymmetric faction design.
- Squad-based Tactical Combat with cover mechanics and positioning advantages
- Isometric Base Building with strategic placement considerations
- Resource Control Points that generate resources over time
- Asymmetric Factions with unique units and playstyles
- Multiplayer 1-4 players up to 2v2 matches (Peer to Peer to start?)
- Bot Support simple AI for testing with advanced ai coming in a later phase
- (Real Stretch) Destructible Environments that changes battlefield dynamics
Western-inspired forces focusing on mobility, technology, and adaptability.
Eastern-inspired forces emphasizing strength in numbers, industrial efficiency, and defensive power.
This game is being developed with Godot Engine 4.x, using GDScript for game logic.
- Godot Engine 4.x
- Clone this repository
- Open the project in Godot Engine
- Run the main scene
-
Create Squad Movement System
- Implement basic squad entity with child units
- Set up pathfinding with Navigation2D
- Create basic movement controls
-
Implement Cover Detection
- Define cover objects and properties
- Create detection for units entering cover
- Implement basic cover advantage system
-
Design Isometric Grid
- Set up isometric tilemap
- Implement proper depth sorting
- Create camera controller
-
Basic UI Elements
- Selection rectangle
- Unit command feedback
- Resource display
This is an open-source project and contributions are welcome! Please check the issues page for current tasks.
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by Command & Conquer: Red Alert 2 and Company of Heroes
- Built with the amazing Godot Engine