Skip to main content

Backend for DiceWars games/servers

Project description

dicewars

DiceWars is a (quite addictive) quick game, inspired by the Risk board game. It mixes strategy and luck, the objective is to conquer all areas on a map by dice rolls.

dicewars implements the logic (the backend) that is required to create playable game GUIs (the frontends) and (multi player) game servers in Python.

See the Documentation for more information and API Reference.

dicewars is pure Python (>=3.7), has no external dependencies and is distributed under the terms of the GPLv3+.

Installation

From PyPI

dicewars is available on The Python Package Index:

$ pip install dicewars

From source

Get the source code. In the top-level directory:

$ pip install .
# or
$ python setup.py install

To build the documentation locally:

$ cd doc
$ pip install -r requirements.txt
$ make html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dicewars-0.2.0.tar.gz (14.5 kB view hashes)

Uploaded Source

Built Distribution

dicewars-0.2.0-py3-none-any.whl (30.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page