diff --git a/subjects/samecase/REDME.md b/subjects/samecase/REDME.md index 557cd1f3..e2e4db0e 100644 --- a/subjects/samecase/REDME.md +++ b/subjects/samecase/REDME.md @@ -3,11 +3,11 @@ ### 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 number of arguments are more than two arguments return newline. +- If either of the characters is not a letter, return -1 followed by a newline. +- If both characters are the same case, return 1 followed by a newline. +- If both characters are letters but not the same case, return 0 followed by a newline. - If the argument is more than one character or if it's empty, return a newline. ### Usage diff --git a/subjects/zappy/audit/README.md b/subjects/zappy/audit/README.md deleted file mode 100644 index c4f0171d..00000000 --- a/subjects/zappy/audit/README.md +++ /dev/null @@ -1,23 +0,0 @@ -### 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? - - -