WIP: adding save data
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
Debucquoy
2023-03-23 12:38:12 +01:00
parent 1771fd1d42
commit e54fab4c2f
6 changed files with 108 additions and 4 deletions

View File

@ -31,6 +31,9 @@ level data at the top of the file.
- 4 first bits : width
- 4 last bits: height
- next bytes -> Width * Height (+1 if Width * Height % 8 is not 0)
- Position ( only for saved file )
- 'F' if the piece is in float state ( not placed)
- x and y on 2 bytes for position if the piece is placed
## Known Limitation