siggame / Joueur.py

Python client for the Cerveau game server.
MIT License
4 stars 21 forks source link

Provide documentation on importing files #5

Closed KendallHarter closed 6 years ago

KendallHarter commented 7 years ago

Users of the client have tried to import their own files locally, but imported files have to be pre-pended with games.GAME_NAME because it is relative to main.py's location. Adding clarification about this in the README or elsewhere would help to reduce the chance of this occurring.