-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Danny Lade
committed
Feb 13, 2019
1 parent
5a1d807
commit 9f2673c
Showing
2 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
# 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) | ||
A Traze client based on Python. | ||
|
||
## Traze | ||
|
||
Traze is a simple tron-like multi client online game serving as a playground for exploring new technologies. | ||
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. | ||
|
||
## Hosted by iteratec | ||
## Links | ||
|
||
You can join a hosted instance at [traze.iteratec.de](https://traze.iteratec.de). | ||
* 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters