/RTS

RTS game

Primary LanguageC

RTS Game

Simple RTS engine with the goal to create a classic AoE like strategy game. Very early in development.

video.mp4

Compiling

Be sure to have CMake installed and a GCC version that supports the C11 standard.

mkdir build
cd build
cmake .. && make

The binary will be called rts.