From e08296ec5d0b53c8f4305d15f420e15144684320 Mon Sep 17 00:00:00 2001 From: Tressos-Aristomenis <34586179+Tressos-Aristomenis@users.noreply.github.com> Date: Wed, 12 Sep 2018 17:07:16 +0300 Subject: [PATCH 01/10] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc191bc..c272813 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Here is some information about the game: https://en.wikipedia.org/wiki/Snakes_an # How to run my application - Go to my releases (https://github.com/Tressos-Aristomenis/Snakes-And-Ladders-JavaFX-from-scratch/releases). -- Choose "Code & Executable" (latest version). +- Go to my latest release. - Download the .zip file. - Save and run the .jar file that is inside. - Enjoy and star my repository if you enjoyed it! @@ -37,5 +37,5 @@ I have added some background music of one of my favourite artists, "Yann Tiersen # // TO-DO: -- Place a volume slider (DONE). -- Fix potential bug when last square is reached. (Show-and-wait and PauseTransition don't work well together) +- ✔ Place a volume slider . +- ✔ Fix potential bug when last square is reached. (Show-and-wait and PauseTransition don't work well together) From 043ec64065bc237b78eb81ddf3fd7d2ec7d0b475 Mon Sep 17 00:00:00 2001 From: Tressos-Aristomenis <34586179+Tressos-Aristomenis@users.noreply.github.com> Date: Wed, 12 Sep 2018 17:07:37 +0300 Subject: [PATCH 02/10] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c272813..ee0fd34 100644 --- a/README.md +++ b/README.md @@ -37,5 +37,5 @@ I have added some background music of one of my favourite artists, "Yann Tiersen # // TO-DO: -- ✔ Place a volume slider . -- ✔ Fix potential bug when last square is reached. (Show-and-wait and PauseTransition don't work well together) +- ✔ Add a volume slider. +- ✔ Fix potential bug when last square is reached (Show-and-wait and PauseTransition don't work well together). From db3d17c9d47e437f02a0cfec47930746d2ecf0bb Mon Sep 17 00:00:00 2001 From: Tressos-Aristomenis <34586179+Tressos-Aristomenis@users.noreply.github.com> Date: Wed, 12 Sep 2018 20:27:17 +0300 Subject: [PATCH 03/10] Rename README.md to ABOUT.md --- README.md => ABOUT.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.md => ABOUT.md (100%) diff --git a/README.md b/ABOUT.md similarity index 100% rename from README.md rename to ABOUT.md From be1491b80e338d8b2801780b3370e3a2fbb67ed7 Mon Sep 17 00:00:00 2001 From: Tressos-Aristomenis <34586179+Tressos-Aristomenis@users.noreply.github.com> Date: Thu, 13 Sep 2018 14:16:04 +0300 Subject: [PATCH 04/10] Rename ABOUT.md to README.md --- ABOUT.md => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ABOUT.md => README.md (100%) diff --git a/ABOUT.md b/README.md similarity index 100% rename from ABOUT.md rename to README.md From d93b6f82cf80dbe6a157a2f17a3bacb47ee49dac Mon Sep 17 00:00:00 2001 From: Tressos-Aristomenis <34586179+Tressos-Aristomenis@users.noreply.github.com> Date: Thu, 13 Sep 2018 14:18:06 +0300 Subject: [PATCH 05/10] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ee0fd34..a3e3048 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # ► READ ME -Read me. - Game preview screenshot: http://prntscr.com/kkk7ad Here is some information about the game: https://en.wikipedia.org/wiki/Snakes_and_Ladders From dec4e87fba21d946ca710f0835e75b021fe9f9a2 Mon Sep 17 00:00:00 2001 From: Tressos-Aristomenis <34586179+Tressos-Aristomenis@users.noreply.github.com> Date: Thu, 13 Sep 2018 14:19:46 +0300 Subject: [PATCH 06/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3e3048..6c721b8 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,4 @@ I have added some background music of one of my favourite artists, "Yann Tiersen - ✔ Add a volume slider. - ✔ Fix potential bug when last square is reached (Show-and-wait and PauseTransition don't work well together). +- Resizable for multiple screens. From 01bc86b2e6eca0f8ce7ac5a8df8325d15add6f45 Mon Sep 17 00:00:00 2001 From: Tressos-Aristomenis <34586179+Tressos-Aristomenis@users.noreply.github.com> Date: Thu, 13 Sep 2018 14:20:07 +0300 Subject: [PATCH 07/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c721b8..867402d 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,5 @@ I have added some background music of one of my favourite artists, "Yann Tiersen # // TO-DO: - ✔ Add a volume slider. -- ✔ Fix potential bug when last square is reached (Show-and-wait and PauseTransition don't work well together). +- ✔ Fix potential bug when last square is reached (Show-and-wait and PauseTransition don't work well together). - Resizable for multiple screens. From 2f9de09a17958570bcf6e4afc87bf6f75e20d776 Mon Sep 17 00:00:00 2001 From: Tressos-Aristomenis <34586179+Tressos-Aristomenis@users.noreply.github.com> Date: Thu, 13 Sep 2018 14:20:34 +0300 Subject: [PATCH 08/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 867402d..2888385 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Here is some information about the game: https://en.wikipedia.org/wiki/Snakes_an - Go to my releases (https://github.com/Tressos-Aristomenis/Snakes-And-Ladders-JavaFX-from-scratch/releases). - Go to my latest release. - Download the .zip file. -- Save and run the .jar file that is inside. +- Unzip and run the .jar file that is inside. - Enjoy and star my repository if you enjoyed it! From eec7ddfd01280e0b8663e143765e285e6ffe9e36 Mon Sep 17 00:00:00 2001 From: Tressos-Aristomenis <34586179+Tressos-Aristomenis@users.noreply.github.com> Date: Thu, 13 Sep 2018 14:21:32 +0300 Subject: [PATCH 09/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2888385..9e0a4f9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Warning: This edition is extremely disturbing after some time. # Features -I have added some background music of one of my favourite artists, "Yann Tiersen". You can always pause it if you dislike it. +I have added some background music of one of my favourite artists, "Yann Tiersen". You can always pause or mute if you dislike it. "music" folder contains all the tracks. From 4cfe602e057c355c866e0cecf5aaf838091de42b Mon Sep 17 00:00:00 2001 From: Tressos-Aristomenis <34586179+Tressos-Aristomenis@users.noreply.github.com> Date: Thu, 13 Sep 2018 14:22:15 +0300 Subject: [PATCH 10/10] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e0a4f9..d67f936 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,9 @@ Warning: This edition is extremely disturbing after some time. # Features -I have added some background music of one of my favourite artists, "Yann Tiersen". You can always pause or mute if you dislike it. +- I have added some background music of one of my favourite artists, "Yann Tiersen". You can always pause or mute if you dislike it. "music" folder contains all the tracks. +- Play against computer & Play against human. # // TO-DO: