aganm / RTS

RTS game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

RTS game


Languages

Language:C 99.7%Language:CMake 0.3%