Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 406 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 406 Bytes

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.