From 3d9b437205d2cbf961642eb6534f025ea4ea5e30 Mon Sep 17 00:00:00 2001 From: Jan Barfuss Date: Sat, 30 Nov 2024 16:21:43 +0100 Subject: [PATCH] gitignore + README --- .gitignore | 52 ++++++++++++++++++++++++++-------------------------- README.md | 32 ++++++++++++++++---------------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/.gitignore b/.gitignore index a743d27..578c889 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index ab9f913..99d5950 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -# SUD -SUDOKU FILETYPE - -## Structure -### HEADER -- [ ] Data length -- [ ] HASH -- [ ] SUD Version -- [ ] Options - -### BODY -- [ ] Title -- [ ] Author -- [ ] Rules (Optional) -- [ ] Field -- [ ] Legend \ No newline at end of file +# SUD +SUDOKU FILETYPE + +## Structure +### HEADER +- [ ] SUD Version (2 Bytes) +- [ ] Data length (2 Bytes) + +### BODY +- [ ] Title +- [ ] Author +- [ ] Rules (Optional) +- [ ] Board + +### Footer +- [ ] CRC Checksum \ No newline at end of file