The Multiplayer Sci-fi RTS Template is designed to make it as easy as possible to get started developing your strategy games.
The template includes all the necessary systems for a quick start in RTS, such as group unit selection, minimap, unit binding, top-down view, and more.
The template implements a competitive 2-player multiplayer mode where the sole objective is to completely destroy the enemy's army (Multiplayer works over a local network).
Most of the game logic is written in C++.
Features:
Group unit selection;
Minimap;
Units binding;
Top-down view;
Units skills;
Fog of war;
Unit view window (appears when a unit is selected);
AI can distinguish between enemy and friendly units;
Different types of units (long-range and close-range);
Task chain.
Controls:
Q + Right Click - Attack the selected area;
T - Using the Stimpack ability on Raynor;
H - Using the Health Kit ability on Raynor or Minion;
Shift + (1,2,3, ...) - Create units binding;
Clicking on the minimap allows you to quickly move the camera across the map;
By clicking on a unit’s abilities in the menu, you can view a description of that ability and a short video clip.
Esc - Exit to Menu.