From 09df11f018f3caff2ba3a74a4e2a13a0d610eff3 Mon Sep 17 00:00:00 2001 From: realtradam Date: Mon, 29 Aug 2022 01:48:23 -0400 Subject: added better buttons, more balanced and varied gameplay --- src/App.vue | 183 +++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 131 insertions(+), 52 deletions(-) (limited to 'src') diff --git a/src/App.vue b/src/App.vue index 7e241b5..80c7954 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,22 +15,44 @@ + + + +
- - -
-

Dance Speed: {{ amogusSpeedRounded }}

-

Mouse Motivation Power: {{ amogus_motivate }}

-

Motivator: {{ amogus_motivate }}

-

Dance Moves Completed: {{ amogus_dance_routines }} Times

-

Hard Earned Cash: {{ money }}$

+
+
Dance Speed:
{{ format(amogusSpeedRounded) }}
+

Hard Earned Cash 💸: ${{ format(round(money)) }}

+

Dance Moves Completed: {{ format(amogus_dance_routines) }} Times

+
+
+ +

+ Click Motivation: {{ format(round(amogus_motivate)) }} +

+
+
+ +

+ Dance Stamina: {{ format(round(amogus_decay)) }} +

+
+
+ +

+ Average Earnings: ${{ format(round(amogus_earnings)) }} +

+