From c0963677773ecf602b377ad1f290fabbf197d7aa Mon Sep 17 00:00:00 2001 From: Kiran S Hombal Date: Sun, 16 Dec 2018 13:02:10 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25579d6..037b743 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# RubiksCubeAI \ No newline at end of file +# RubiksCubeAI +Steps to follow +download [Processing](https://processing.org/download/) From 211fc5aab6a32aba34a978a79d7d15cb0d152966 Mon Sep 17 00:00:00 2001 From: Kiran S Hombal Date: Sun, 16 Dec 2018 13:02:54 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 037b743..30619ee 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # RubiksCubeAI Steps to follow -download [Processing](https://processing.org/download/) +- 1) download [Processing](https://processing.org/download/) +- 2) unzip it into any folder of your choice From 759ec85ec48d4c0dc0e905bd88bb6a9be36ae661 Mon Sep 17 00:00:00 2001 From: Kiran S Hombal Date: Sun, 16 Dec 2018 13:18:58 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30619ee..24f9386 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ # RubiksCubeAI -Steps to follow -- 1) download [Processing](https://processing.org/download/) -- 2) unzip it into any folder of your choice + +## Steps to follow(windows) +- download this project(clone or download -> Download ZIP) +- unzip it in a folder +- download [Processing](https://processing.org/download/) +- unzip it into any folder of your choice +- run the application processing +- file->open-> -> RubixCube -> Cube -> click open +- change variables if you need. +- click on the play button or press Ctrl + R + +## Controls +- Space - pause / play (the program will automatically pause after the scramble, you will need to play the thing when you wanna start the scramble and when you wanna start the solve). + +- l - lock / unlock cube (allows you to turn the cube with the mouse). + From e7ffb28f39dcd34466fcdce9209d726bc39dd000 Mon Sep 17 00:00:00 2001 From: Kiran S Hombal Date: Tue, 18 Dec 2018 20:13:41 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24f9386..6cae1d4 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ ## Controls - Space - pause / play (the program will automatically pause after the scramble, you will need to play the thing when you wanna start the scramble and when you wanna start the solve). -- l - lock / unlock cube (allows you to turn the cube with the mouse). +- l - lock / unlock cube (allows you to turn the cube with the mouse) .