mousebeaver / tichuBattleCode

Enabling people to let their bots battle it out in the game of Tichu
MIT License
1 stars 0 forks source link

This project has the goal of enabling people to play the game of Tichu in the style of Battlecode.

Players should be able to implement a python module "TPlayer" by extending the given implementation of the class "TPlayer". This module should represent the behaviour of a player, the given environment uses instances of the given TPlayer-classes as players and makes them play a game against each other.

In order to play the game, players have to import their versions of "Tplayer" in the first lines of gameMaster.py and run "python3 gameMaster.py".