Metadata-Version: 2.1
Name: traze-client
Version: 1.3.1
Summary: A client for the simple tron-like multi client online game called 'Traze' which is using MQTT for communication.
Home-page: https://traze.iteratec.de/
Author: Danny Lade
Author-email: dannylade@gmail.com
License: GPLv3
Project-URL: Sources, https://github.com/iteratec/traze-client-python
Project-URL: Example Bots, https://github.com/iteratec/traze-bots-python/tree/master
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)
Description-Content-Type: text/markdown
Requires-Dist: python-version (>="3.5")
Requires-Dist: paho-mqtt (==1.4.0)

# Traze Client Python

A Traze client based on Python.

## Traze

Traze is a multi client online tronlike game with MQTT protocol. It aims to provide a playground 
for various game clients, AI game bots, and showcase of a resonable secure MQTT application, and 
it’s fun! You can write your own game client and participate in the game using the protocol 
documented on the homepage.

## Links

* Homepage - [traze.iteratec.de](https://traze.iteratec.de/)
* Sources - [traze-client-python](https://github.com/iteratec/traze-client-python)
* Issues - [traze-client-python/issues](https://github.com/iteratec/traze-client-python/issues)
* Example Bots - [traze-bots-python](https://github.com/iteratec/traze-bots-python)


