tspivey / yugioh-game

Text-based Yu-Gi-Oh MUD
https://allinaccess.com/game/
MIT License
32 stars 23 forks source link

refactoring and helpers #212

Closed Timtam closed 5 years ago

Timtam commented 5 years ago

added Duel.inform() method which can inform several groups of players, identified by flags which can be found in constants.INFORM (requires Python 3.6 or higher, tehrefore update is required). For example, see move message handler.