X-Git-Url: https://plomlompom.com/repos//%22https:/validator.w3.org/check?a=blobdiff_plain;f=server.py;h=2a7b55cf530439623c022e7db0c9dadc7b250b95;hb=9c3865bbfc4fe7721f8c2f057bce85e2300ea528;hp=6eb7016bb7d8e3a2b90d6af48f63503cf9209224;hpb=b7d8d49aaca0cdfd7be583c5da44aa37e9ad693c;p=plomrogue2-experiments diff --git a/server.py b/server.py index 6eb7016..2a7b55c 100755 --- a/server.py +++ b/server.py @@ -20,7 +20,7 @@ if os.path.exists(game_file_name): print("FILE INPUT LINE %s: %s" % (i, line), end='') game.io.handle_input(line, store=False) else: - game.io.handle_input('MAP_SIZE Y:5,X:5') + game.io.handle_input('MAP Y:5,X:5') game.io.handle_input('TERRAIN_LINE 0 "xxxxx"') game.io.handle_input('TERRAIN_LINE 1 "x...x"') game.io.handle_input('TERRAIN_LINE 2 "x.X.x"')