Hex DRAWING!!!! YAY!

This commit is contained in:
jona605a
2020-08-07 01:20:01 +02:00
parent b2e87ed360
commit 37b6e1c8c3
5 changed files with 114 additions and 77 deletions

View File

@@ -248,6 +248,10 @@ def stopServer():
with open("resources/games/monopolyGames.json", "w") as f:
json.dump(emptyDict,f,indent=4)
with open("resources/games/hexGames.json", "w") as f:
json.dump(emptyDict,f,indent=4)
def deleteGame(gameType,channel):
with open("resources/games/games.json", "r") as f: