mirror of
https://github.com/LeRoid-hub/SUD.git
synced 2025-01-31 03:44:56 +00:00
gitignore + README
This commit is contained in:
parent
82f181f200
commit
3d9b437205
52
.gitignore
vendored
52
.gitignore
vendored
@ -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
|
32
README.md
32
README.md
@ -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
|
Loading…
Reference in New Issue
Block a user