Skip to content

Python3pkg/imperialism-remake

 
 

Repository files navigation

Imperialism Remake

Home - Community - Sources - Download - Tasks - Contact

Documentation

  • Documentation Status Player Manual
  • Documentation Status Game Design
  • Documentation Status Developer Manual

Test

Build Status

Getting Started

Access the source code

The source code is on GitHub. You can also download a zipped one-time snapshot. Otherwise just register with GitHub and fork the project.

Using Git

Download Git or on Windows install TortoiseGit which conveniently integrates git with the explorer.

Git is not easy. Be careful and read some instructions first. I liked this tutorial.

Python

Download and install latest Python 3.X. The Python documentation is quite good.

32 or 64 bit on Windows

Although it doesn't matter here, I use 64 bit and also deliver packages in 64 bit only.

Third Party Modules for Python

Only PyQt5 and PyYAML are required for running.

Sphinx, PyInstaller are additionally required for development.

PyQt5

PyQt5 is a Python binding of the Qt framework and is required for running.

PyQt5 has not much documentation on its own but the API classes overview of the underlying C++ Qt 5.X framework is very useful since PyQt5 is almost 100% recreating it.

PyYAML

PyYAML is required for running.

Start

  • Run file "./source/start.py" with working directory "./".
  • Start with command line parameter "debug" for (more) output on the console.
  • A folder with log files and settings is created under "user folder/Imperialism Remake User Data" where "user folder" is the typical user folder of your system (Windows C:/Users/XXX/).

IDE

I use PyCharm Community Edition. Since the .idea folder is contained the project can probably be opened directly with PyCharm. Another nice IDE is Spyder.

Tools

  • Inno Setup is needed for the creation of the Windows installer.
  • Many graphics are edited with Inkscape.

Packaging

Under construction.

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • CSS 0.3%