Metadata-Version: 2.1
Name: traze-client
Version: 1.3.0
Summary: A client for the simple tron-like multi client online game called 'Traze' which is using MQTT for communication.
Home-page: https://github.com/iteratec/traze-client-python
Author: Danny Lade
Author-email: dannylade@gmail.com
License: GPLv3
Keywords: traze client game tron-like
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Games/Entertainment :: Simulation
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Dist: python-version (>="3.5")
Requires-Dist: paho-mqtt (==1.4.0)

# Traze Client Python

A Traze client based on Python 3.5.

## Install

pip install -e .

## Bots

Find examples (and other bots) here: [iteratec/traze-bots-python](https://github.com/iteratec/traze-bots-python/tree/master)

## Traze

Traze is a simple tron-like multi client online game serving as a playground for exploring new technologies.

## Hosted by iteratec

You can join a hosted instance at [traze.iteratec.de](https://traze.iteratec.de).


