theoden8 / Repka

A strategy game that was written for learning purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 97.9%Language:CMake 1.3%Language:Shell 0.5%Language:C 0.2%