Skip to content

RackotRR/RAB_RTS_2

Repository files navigation

RAB_RTS_2

Here is my first big C++ project.

RTS here means "Road to Space", besides it is turn-based strategy (remake of my old project). RAB stands for "Red and Blue" - my series of games.

Project's goal is me to study C++ and game development.

So here I've made:

  • Dijkstra shortest path algorithm
  • Fog of war (with various visible area for different kind of objects)
  • It takes several turns to build something
  • Units can do their tasks on their own after you finish your turn
  • Hotseat for two players

Graphics and some other stuff use SDL and its libraries. Here I also used FreeMono font.

Textures are my own samples, so I'm going to replace it someday.

To build the project I used Visual Studio 2019.

Additional dependencies are SDL, SDL_image and SDL_ttf.

Here are two screenshots.

About

My first big C++ project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published