From a0fa67d69994d174fd5167d2c8d36655d7d94f7a Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Thu, 7 Jul 2022 09:03:53 +0100 Subject: [PATCH] correctedd --- subjects/samecase/REDME.md | 3 ++- subjects/zappy/audit/README.md | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 subjects/zappy/audit/README.md diff --git a/subjects/samecase/REDME.md b/subjects/samecase/REDME.md index 8268ce5e..557cd1f3 100644 --- a/subjects/samecase/REDME.md +++ b/subjects/samecase/REDME.md @@ -3,12 +3,13 @@ ### Instructions Write a program that takes 2 characters as arguments and does the following: +- If the number of arguments are more than two arguments print newline. - If either of the characters is not a letter, return -1. - If both characters are the same case, return 1. - If both characters are letters but not the same case, return 0. - A newline character should follow all outputs. - If the argument is more than one character or if it's empty, return a newline. - + ### Usage ```console diff --git a/subjects/zappy/audit/README.md b/subjects/zappy/audit/README.md new file mode 100644 index 00000000..c4f0171d --- /dev/null +++ b/subjects/zappy/audit/README.md @@ -0,0 +1,23 @@ +### Functional + +**_Guildlines_** + +##### Zappy isn't a trivial project o correct. it is also long project to grade. For a full Project you need to spend aroung: + +###### - 20 to 30 minutes for the server testing +###### - 10 to 20 minutes for the graphic client testing +###### - 5 to 10 minutes to test the client's AI + +##### Between 35 and 60 minutes in total. take the necessary time to check out the work of your peer carefull. + + +**_The server_** + +###### You will have to evaluate the functional and technical quality of the server . + +###### We will use teh following options : `./server -p 4242 -t 10 -x 10 -y 10 -c 5 -n tot titi` + +###### Can you confirm If the game's advanced movements to the left and right are implemented? + + +