save space by packing

This commit is contained in:
Nemo 2018-01-28 05:53:44 +05:30
parent f0d09418fb
commit 2ddfc7cf25
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ for index, card in enumerate(cards):
# Now we have an initial state of the game, write it down
f = open('state.bin', 'w+b')
state.write(f)
state.write_packed(f)