From e6da7f7baefc58b3371b9acf17d8554d66e40244 Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 13:52:26 +0100 Subject: [PATCH 01/18] Add README --- README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 From 50c8b7a32bf52334bd5859c53a151e73e600cde5 Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 13:55:53 +0100 Subject: [PATCH 02/18] Add title to the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e69de29..f142d54 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,7 @@ +# DancingDroids v0.3.1 + +When droids dance togethers + +## Flags + +## Authors From e2cb490742026fa448622a97c983f4d5ec7e14f2 Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 13:59:22 +0100 Subject: [PATCH 03/18] Add authors to the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f142d54..0f6123b 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,7 @@ When droids dance togethers ## Flags ## Authors + +- Martin HART +- Volodymyr PATUTA +- Stephane Elias BENABDESLAM From 4da76c5da97a9af0e324e74b5d6586e2f065a6dd Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 14:07:02 +0100 Subject: [PATCH 04/18] Update title --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0f6123b..58b96a6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ When droids dance togethers +## Description + ## Flags ## Authors @@ -9,3 +11,5 @@ When droids dance togethers - Martin HART - Volodymyr PATUTA - Stephane Elias BENABDESLAM + +## Disclaimer From b48cccb013472a6dc0401b6d077f8baf1c3a17b8 Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 14:34:38 +0100 Subject: [PATCH 05/18] Add flags --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 58b96a6..719c65d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ When droids dance togethers ## Flags +``` + -h, --help Prints help information + -V, --version Prints version information + -w, --random-world Generate random world + -f, --file Configuration file +``` ## Authors - Martin HART From 5c954da4b7d35d0ee09c5e9e7560352c3df522d0 Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 14:40:52 +0100 Subject: [PATCH 06/18] fix space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 719c65d..5148460 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ When droids dance togethers -h, --help Prints help information -V, --version Prints version information -w, --random-world Generate random world - -f, --file Configuration file + -f, --file Configuration file ``` ## Authors From 849d5c0399b3954158dcd3bf6a6c48e9088e1f5b Mon Sep 17 00:00:00 2001 From: stephane elias benabdeslam Date: Sun, 8 Nov 2020 14:56:20 +0100 Subject: [PATCH 07/18] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5148460..8801e50 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ When droids dance togethers ## Description +DancingDroids is a programm that looks like a game played by your computer alone +The aim is to display a grid with robots moving in it, until there's a collision between two of them, or between a robot and the edge of the map. ## Flags From dc55e76cbb21f886fa50b60b0131192705f370d1 Mon Sep 17 00:00:00 2001 From: stephane elias benabdeslam Date: Sun, 8 Nov 2020 14:58:02 +0100 Subject: [PATCH 08/18] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8801e50..d792dc2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ When droids dance togethers DancingDroids is a programm that looks like a game played by your computer alone The aim is to display a grid with robots moving in it, until there's a collision between two of them, or between a robot and the edge of the map. +The size of the grid, robot's positions and their move are prconfigured in a file that has to be correctly formated + + ## Flags ``` From 0456ffd4637828ccd1824a5b4e0df3221857832c Mon Sep 17 00:00:00 2001 From: stephane elias benabdeslam Date: Sun, 8 Nov 2020 15:28:57 +0100 Subject: [PATCH 09/18] trigger warning / Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d792dc2..d005654 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -# DancingDroids v0.3.1 +# DancingDroids v0.3.1 When droids dance togethers +## Trigger Warning + +⚠️ If, for any bad reason, you really wanna read the code of this project, make sure you have a good health care and brace yourself. Our content can be offensive and your brain #[should_panic] ⚠️ + ## Description + DancingDroids is a programm that looks like a game played by your computer alone The aim is to display a grid with robots moving in it, until there's a collision between two of them, or between a robot and the edge of the map. From 2215a5fac1b98872016616edbfd2bf41552771a7 Mon Sep 17 00:00:00 2001 From: stephane elias benabdeslam Date: Sun, 8 Nov 2020 15:35:46 +0100 Subject: [PATCH 10/18] BeBoP? Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d005654..21ad13f 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,18 @@ When droids dance togethers ## Trigger Warning -⚠️ If, for any bad reason, you really wanna read the code of this project, make sure you have a good health care and brace yourself. Our content can be offensive and your brain #[should_panic] ⚠️ +⚠️If, for any bad reason, you really wanna read the code of this project, make sure you have a good health care and brace yourself. +Our content can be offensive and your brain #[should_panic] ⚠️ ## Description -DancingDroids is a programm that looks like a game played by your computer alone +DancingDroids is a very unique, user friendly, easy to manipulate, program that introduce the copy/past and println! maccro to beginners by displaying a simple "BeBoP?" message. + +DancingDroids is a program that looks like a game played by your computer alone because. The aim is to display a grid with robots moving in it, until there's a collision between two of them, or between a robot and the edge of the map. -The size of the grid, robot's positions and their move are prconfigured in a file that has to be correctly formated +The size of the grid, robot's positions and their move are preconfigured in a file that has to be correctly formated <- Don't mess with that. + ## Flags From 48d5a21bfd857085ffa02528b64cc40a64c11056 Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 15:37:52 +0100 Subject: [PATCH 11/18] fix tipooo --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d005654..bcaa4f6 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,9 @@ When droids dance togethers ## Description -DancingDroids is a programm that looks like a game played by your computer alone +DancingDroids is a huge pile of stinky shit that looks like a game played by your computer. The aim is to display a grid with robots moving in it, until there's a collision between two of them, or between a robot and the edge of the map. - -The size of the grid, robot's positions and their move are prconfigured in a file that has to be correctly formated - +The size of the grid, robot's positions and their move are preconfigured in a file that has to be correctly formated. ## Flags From 5cb1b48c3a827fc7132b1592ddc0aff2dd00e2ee Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 15:43:32 +0100 Subject: [PATCH 12/18] this really smell bad --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94d61f9..972923d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,6 @@ When droids dance togethers -## Trigger Warning - -⚠️If, for any bad reason, you really wanna read the code of this project, make sure you have a good health care and brace yourself. -Our content can be offensive and your brain #[should_panic] ⚠️ - ## Description DancingDroids is a very unique, user friendly, easy to manipulate, program that introduce the copy/past and println! maccro to beginners by displaying a simple "BeBoP?" message. @@ -31,3 +26,6 @@ The size of the grid, robot's positions and their move are preconfigured in a fi - Stephane Elias BENABDESLAM ## Disclaimer + +⚠️If, for any bad reason, you really wanna read the code of this project, make sure you have a good health care and brace yourself. +Our content can be offensive and your brain #[should_panic] ⚠️ From 02d9e7eff67d9dc7843f865a67e0586c3597e663 Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 15:45:44 +0100 Subject: [PATCH 13/18] This smell better --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 972923d..3ad2583 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,8 @@ When droids dance togethers DancingDroids is a very unique, user friendly, easy to manipulate, program that introduce the copy/past and println! maccro to beginners by displaying a simple "BeBoP?" message. -DancingDroids is a program that looks like a game played by your computer alone because. +DancingDroids is also a huge pile of stinky shit that looks like a game played by your computer. The aim is to display a grid with robots moving in it, until there's a collision between two of them, or between a robot and the edge of the map. - The size of the grid, robot's positions and their move are preconfigured in a file that has to be correctly formated <- Don't mess with that. ## Flags From c3484cfab3e81d947b96d68a424bfeebee77d12f Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 15:46:42 +0100 Subject: [PATCH 14/18] fix tipooo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ad2583..d21b03d 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ When droids dance togethers DancingDroids is a very unique, user friendly, easy to manipulate, program that introduce the copy/past and println! maccro to beginners by displaying a simple "BeBoP?" message. -DancingDroids is also a huge pile of stinky shit that looks like a game played by your computer. -The aim is to display a grid with robots moving in it, until there's a collision between two of them, or between a robot and the edge of the map. +DancingDroids is also a huge pile of stinky shit that looks like a game played by your computer. \ +The aim is to display a grid with robots moving in it, until there's a collision between two of them, or between a robot and the edge of the map. \ The size of the grid, robot's positions and their move are preconfigured in a file that has to be correctly formated <- Don't mess with that. ## Flags From 91406fe88a6b33ced2a09a59dabf50d5ed7da338 Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 16:03:35 +0100 Subject: [PATCH 15/18] README --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d21b03d..e6b991c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ -# DancingDroids v0.3.1 +# DancingDroids v0.3.0 When droids dance togethers ## Description -DancingDroids is a very unique, user friendly, easy to manipulate, program that introduce the copy/past and println! maccro to beginners by displaying a simple "BeBoP?" message. - -DancingDroids is also a huge pile of stinky shit that looks like a game played by your computer. \ +DancingDroids is a huge pile of stinky shit that looks like a game played by your computer. \ The aim is to display a grid with robots moving in it, until there's a collision between two of them, or between a robot and the edge of the map. \ The size of the grid, robot's positions and their move are preconfigured in a file that has to be correctly formated <- Don't mess with that. @@ -26,5 +24,5 @@ The size of the grid, robot's positions and their move are preconfigured in a fi ## Disclaimer -⚠️If, for any bad reason, you really wanna read the code of this project, make sure you have a good health care and brace yourself. -Our content can be offensive and your brain #[should_panic] ⚠️ +In order to read the code of this project you need to use sunglasses. +Please, make sure you keep breathing. From 93b5663ab7bc2b0a17e89637de63049ce98ec52f Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 16:16:07 +0100 Subject: [PATCH 16/18] README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6b991c..0857f1e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ When droids dance togethers DancingDroids is a huge pile of stinky shit that looks like a game played by your computer. \ The aim is to display a grid with robots moving in it, until there's a collision between two of them, or between a robot and the edge of the map. \ The size of the grid, robot's positions and their move are preconfigured in a file that has to be correctly formated <- Don't mess with that. +You can find more information in the [subject] (https://framagit.org/mhart/DancingDroids/-/blob/master/SUBJECT.md) ## Flags From 0d3eb49559067079be1e393287313b845606c284 Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 16:18:18 +0100 Subject: [PATCH 17/18] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0857f1e..fb36731 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ When droids dance togethers DancingDroids is a huge pile of stinky shit that looks like a game played by your computer. \ The aim is to display a grid with robots moving in it, until there's a collision between two of them, or between a robot and the edge of the map. \ The size of the grid, robot's positions and their move are preconfigured in a file that has to be correctly formated <- Don't mess with that. -You can find more information in the [subject] (https://framagit.org/mhart/DancingDroids/-/blob/master/SUBJECT.md) +You can find more information in the [subject](https://framagit.org/mhart/DancingDroids/-/blob/master/SUBJECT.md) ## Flags From b4dbfe68749eea661484104ea96a961af5956136 Mon Sep 17 00:00:00 2001 From: Martin HART Date: Sun, 8 Nov 2020 16:19:44 +0100 Subject: [PATCH 18/18] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb36731..fd73c08 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ When droids dance togethers DancingDroids is a huge pile of stinky shit that looks like a game played by your computer. \ The aim is to display a grid with robots moving in it, until there's a collision between two of them, or between a robot and the edge of the map. \ -The size of the grid, robot's positions and their move are preconfigured in a file that has to be correctly formated <- Don't mess with that. +The size of the grid, robot's positions and their move are preconfigured in a file that has to be correctly formated <- Don't mess with that. \ You can find more information in the [subject](https://framagit.org/mhart/DancingDroids/-/blob/master/SUBJECT.md) ## Flags