/Conqueror-of-Empires

A turn-based strategy game where up to 4 local players battle to be victorious, by expanding their empires, and controlling units to conquer cities and attack the enemy.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Conqueror of Empires

Conqueror of Empires is a turn-based strategy game where up to 4 local players battle to be victorious, by expanding their empires, and controlling units to conquer cities and attack the enemy.

The game was inspired by Polytopia and Civilisation and made using python and pygame.
To download executables see releases.


v1.0.1: Release version 1.0.1 brings a proper fix for game crashes where the saved directory doesn't exist.


Playing the Game

From Source:

Run the main.py file from the repository root.

Executables:

Windows
Run the main.exe file from the application folder.

Linux (Ubuntu/Debian)
Run the main file from the application folder.
Note: You may have to change the persmissions of the file to allow it to run as a program. See here.

Dependencies

(For source)

  • Python (made with 3.6.5)
  • pygame (made with 1.9.4)
    Although it should work with all python 3 versions, and pygame versions. It just hasn't been tested with them.

Ben Ryder 2019