Skip to content

Ich-Bin-Alex/RTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published