Skip to content

A space themed game where you control your own civilization, expanding, researching and struggling with social issues.

Notifications You must be signed in to change notification settings

bassrelic/Galaxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is intended to be a space game where yoy control your own species, interact with other races and struggle through social and economic troubles Work in progress as you can see...

How to set up?

Create venv
virtualenv --python python <venvname>

Activate venv by sourcing activation source <venvname>/Scripts/activate

Install requirements by calling
pip install -r requirements.txt From within your activated venv.

How to generate Documentation?

Run Doxygen using Doxygen in root folder. Documentation should be created in /doc/ or
Run Sphinx audotoc from docs folder using sphinx-apidoc -o ./source ../src

To create html documentation run
make clean followed by make html in the same folder.

How to run linting?

Run pylint --rcfile .pylintrc src/
in root fodler. Results should be shown in console.

How to run tests?

Run pytest in root folder.

About

A space themed game where you control your own civilization, expanding, researching and struggling with social issues.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages