Skip to content
/ Repka Public

A strategy game that was written for learning purposes.

License

Notifications You must be signed in to change notification settings

theoden8/Repka

Repository files navigation

Repka

Author

Created on 09/2014 by Kirill Rodriguez.

Program

This is a simple TBS 2D strategy game vaguely resembling the rock-paper-scissors. Each of the players has a headquarters and money, which they use for destroying the opponents base.

This game is still very raw (although very funny when you launch it) and can not yet compete with more advanced stuff like noughs&crosses etc.

Tools

  • c++ compiler
  • glut
  • cmake

Usage

To compile the program, execute:

./link
./compile

Or alternatively:

cmake .
make

To run the program, use:

./_repka

Screenshots

Rush

begin

Creep

dragons

Chasing

chasing

About

A strategy game that was written for learning purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages