From 9de2e42c429164b8224fb60e31e6170b7d217464 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Fri, 18 Feb 2022 12:24:25 +0100 Subject: [PATCH] More randomness in solving algo, and no longer dependant on timer --- src/App.vue | 2 +- src/algo.ts | 28 +++++++++++++++++++++++----- src/utils.ts | 25 +++++++++++++++++++++++++ src/views/GameView.vue | 2 -- src/views/HomeView.vue | 2 -- 5 files changed, 49 insertions(+), 10 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2bc8803..d17201a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@ import AppHeader from './components/AppHeader.vue'