implement server-client handshake and move hint system to optional colorama support

This commit is contained in:
Fabian Dill
2020-02-16 15:32:40 +01:00
parent 0986b36b39
commit b04db006e0
5 changed files with 275 additions and 116 deletions

View File

@@ -8,7 +8,6 @@ from EntranceShuffle import door_addresses
from Utils import int16_as_bytes
class World(object):
def __init__(self, players, shuffle, logic, mode, swords, difficulty, difficulty_adjustments, timer, progressive, goal, algorithm, accessibility, shuffle_ganon, retro, custom, customitemarray, hints):
self.players = players
self.teams = 1
@@ -953,7 +952,7 @@ class Shop(object):
class Spoiler(object):
world: World
def __init__(self, world):
self.world = world
self.hashes = {}