From 835b9aebfc0bd994979547ef59d7ca6085dfd271 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Thu, 29 Jan 2026 14:45:23 +0100 Subject: Deployed 7d04fb7 with MkDocs version: 1.4.2 --- 404.html | 17 ++- code/index.html | 304 +++++++++++++++++++++++++++++++++++++++++++++++ index.html | 45 ++++++- search/search_index.json | 2 +- sitemap.xml | 5 + sitemap.xml.gz | Bin 189 -> 195 bytes 6 files changed, 366 insertions(+), 7 deletions(-) create mode 100644 code/index.html diff --git a/404.html b/404.html index 85814c9..ce54f72 100644 --- a/404.html +++ b/404.html @@ -174,7 +174,22 @@
  • - minesweeper + About + +
  • + + + + + + + + + + +
  • + + Code documentation
  • diff --git a/code/index.html b/code/index.html new file mode 100644 index 0000000..cba0b88 --- /dev/null +++ b/code/index.html @@ -0,0 +1,304 @@ + + + + + + + + + + + + + + + + Code documentation - minesweeper + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    + + + + +

    Code documentation

    +

    This site documentates minesweeper code.

    + + +
    +
    +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index d159ece..f9bd6b7 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@
    - + Skip to content @@ -92,7 +92,7 @@
    - minesweeper + About
    @@ -188,12 +188,12 @@ - minesweeper + About @@ -226,6 +226,21 @@ + + + + + + + +
  • + + Code documentation + +
  • + + +
    @@ -273,7 +288,7 @@ -

    minesweeper

    +

    About

    A reimplementation of minesweeper game in C++ in terminal.

    Concept

    There are going to be 3 difficulties and one additional option where user can determine plot size and amount of mines by himself.

    @@ -293,6 +308,26 @@