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

52
.gitignore vendored
View File

@ -1,27 +1,27 @@
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
go.work.sum
# env file
.env
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
go.work.sum
# env file
.env
/.idea

View File

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