From 7e790f47efd598d1ebd9b06cb0af90b446ca4454 Mon Sep 17 00:00:00 2001 From: maxsheffield Date: Sat, 26 Jan 2019 15:29:39 +0000 Subject: [PATCH 1/2] Switched starting positions of knights and bishops to be correct --- src/chess3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chess3.c b/src/chess3.c index 629f22e..ba1e1d9 100644 --- a/src/chess3.c +++ b/src/chess3.c @@ -22,14 +22,14 @@ int main() { char chess[2][8][8]={ { - {'5','4','2','9','7','2','4','5'}, + {'5','2','4','9','7','4','2','5'}, {'1','1','1','1','1','1','1','1'}, {' ',' ',' ',' ',' ',' ',' ',' '}, {' ',' ',' ',' ',' ',' ',' ',' '}, {' ',' ',' ',' ',' ',' ',' ',' '}, {' ',' ',' ',' ',' ',' ',' ',' '}, {'1','1','1','1','1','1','1','1'}, - {'5','4','2','7','9','2','4','5'}, + {'5','2','4','7','9','4','2','5'}, }, { From 80f99884e0439f768691ae253ff5d4ef59e4861e Mon Sep 17 00:00:00 2001 From: maxsheffield Date: Sat, 15 Jun 2024 16:19:14 +0100 Subject: [PATCH 2/2] Added hangman.drawio --- hangman.drawio | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hangman.drawio diff --git a/hangman.drawio b/hangman.drawio new file mode 100644 index 0000000..3068e8c --- /dev/null +++ b/hangman.drawio @@ -0,0 +1,10 @@ + + + + + + + + + +