gitignore + README

This commit is contained in:
Jan Barfuss 2024-11-30 16:21:43 +01:00
parent 82f181f200
commit 3d9b437205
2 changed files with 42 additions and 42 deletions

View File

@ -3,14 +3,14 @@ SUDOKU FILETYPE
## Structure ## Structure
### HEADER ### HEADER
- [ ] Data length - [ ] SUD Version (2 Bytes)
- [ ] HASH - [ ] Data length (2 Bytes)
- [ ] SUD Version
- [ ] Options
### BODY ### BODY
- [ ] Title - [ ] Title
- [ ] Author - [ ] Author
- [ ] Rules (Optional) - [ ] Rules (Optional)
- [ ] Field - [ ] Board
- [ ] Legend
### Footer
- [ ] CRC Checksum