SkillAgentSearch skills...

Universe

A space 4X turn-based strategy game

Install / Use

/learn @jbradberry/Universe
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

======== Universe

.. image:: https://travis-ci.com/jbradberry/universe.svg?branch=master :target: https://travis-ci.com/jbradberry/universe

Universe will be a 4X turn-based strategy game, similar to Stars <http://en.wikipedia.org/wiki/Stars%21>_.

Requirements

  • Python >= 3.6

Installation

Use pip to install universe from github ::

$ mkvirtualenv universe -p $(which python3)
(universe) $ pip install git+https://github.com/jbradberry/universe.git

Testing

The tests can be run under the supported versions of Python using tox ::

(universe) $ pip install tox
(universe) $ tox

or under a particular version by using the standard library's unittest discovery ::

$ python -m unittest discover

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated5mo ago
Forks4

Languages

Python

Security Score

82/100

Audited on Sep 28, 2025

No findings