Skip to content
/ empire Public

A C++ game where the player defends the empire.

Notifications You must be signed in to change notification settings

evchin/empire

Repository files navigation

EMPIRE

A C++ game where the player must defend the empire.

PLAY HERE

How to Download and Play Locally

  1. Ensure you have a C++ Compiler installed.
  2. Download entire repository off GitHub and unzip the folder.
  3. Build and run the empire.cpp file.

Game Demo

Empire Preset File Template - Create your own level. It is recommended that you fill in the excel sheet's numbers in a separate column, and then copy and paste them into a new notepad file. Otherwise, it becomes difficult to keep track of certain variables/game states. See provided preset files for examples on usage if confused.

A note on 0_Test.txt: Useful for simply testing functionality. All units have the same health (5) and damage (2) to make testing more efficient, except for the mine, which can only be used once and has 5 damage (so it should kill an enemy unit immediately). There are only two waves. The first wave requires 2 enemies to be killed. The second requires 3 (demonstrates the usage of increments over multiple waves). The minigame will be conducted after completion of the first wave.

Score: Score is calculated by multiplying 50 by the currentWave integer, and then adding it to the sum of all assets' costs and health. score = 50 * current wave + all_assets(cost + health)

About

A C++ game where the player defends the empire.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages