set port number to 8328

This commit is contained in:
2023-04-19 20:30:23 -07:00
parent 5852136a85
commit 9e1a34e58e
4 changed files with 6 additions and 8 deletions

2
basegame.py Normal file → Executable file
View File

@@ -16,7 +16,7 @@ class Player:
self.ownedStarters = []
self.ownedCitizens = []
self.ownedDomains = []
self.dukes = []
self.ownedDukes = []
self.ownedMonsters = []
self.goldScore = 2
self.strengthScore = 0