From 2f50c6c1c3bb49beda7cbf2d6143fdbff9b21b2a Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 23 Mar 2020 22:51:01 -0700 Subject: [PATCH] Reworked RockPaperScissor modules with actions and colors. --- .idea/compiler.xml | 9 +++ .idea/mobibot.iml | 2 +- .idea/modules/mobibot.main.iml | 22 +++---- .idea/modules/mobibot.test.iml | 22 +++---- build.gradle | 6 +- gradle/wrapper/gradle-wrapper.properties | 32 ---------- .../net/thauvin/erik/mobibot/ReleaseInfo.java | 6 +- .../java/net/thauvin/erik/mobibot/Utils.java | 10 +++ .../erik/mobibot/modules/RockPaperScissors.kt | 62 +++++++++++-------- version.properties | 38 +----------- 10 files changed, 86 insertions(+), 123 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 0ffd2d5..bec3928 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -11,6 +11,15 @@ + + + diff --git a/.idea/mobibot.iml b/.idea/mobibot.iml index e4d0451..328850f 100644 --- a/.idea/mobibot.iml +++ b/.idea/mobibot.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/mobibot.main.iml b/.idea/modules/mobibot.main.iml index 1208121..9a0a8a9 100644 --- a/.idea/modules/mobibot.main.iml +++ b/.idea/modules/mobibot.main.iml @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ \ No newline at end of file diff --git a/.idea/modules/mobibot.test.iml b/.idea/modules/mobibot.test.iml index 720e36a..d94873f 100644 --- a/.idea/modules/mobibot.test.iml +++ b/.idea/modules/mobibot.test.iml @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@