From 7d04fb71dd2368e8abe7ef1da6ddf2565bd81b5e Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Thu, 29 Jan 2026 14:45:13 +0100 Subject: updated documentation --- docs/docs/code.md | 3 +++ docs/docs/index.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 docs/docs/code.md 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. -- cgit v1.2.3