diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-29 14:45:13 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-29 14:45:13 +0100 |
| commit | 7d04fb71dd2368e8abe7ef1da6ddf2565bd81b5e (patch) | |
| tree | 1f33f65c959621ebc7c26210a52cc20d66ce1624 | |
| parent | 1a8e9bcc4bb8bac90d69141b5534e00aa8be72cc (diff) | |
updated documentation
| -rw-r--r-- | docs/docs/code.md | 3 | ||||
| -rw-r--r-- | docs/docs/index.md | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/docs/code.md b/docs/docs/code.md new file mode 100644 index 0000000..e1ac884 --- /dev/null +++ b/docs/docs/code.md @@ -0,0 +1,3 @@ +# Code documentation + +This site documentates minesweeper code.
\ No newline at end of file diff --git a/docs/docs/index.md b/docs/docs/index.md index 862dd7e..d792196 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -1,4 +1,4 @@ -# minesweeper +# About A reimplementation of minesweeper game in C++ in terminal. |
