From f4e92f039c1e7d2bf15f8a5399ddb7adedc907e3 Mon Sep 17 00:00:00 2001 From: quentin Date: Tue, 22 Apr 2025 16:27:52 +0200 Subject: [PATCH] solution is no longer available by inspection --- src/App.tsx | 15 ++--------- src/index.css | 3 +-- src/objects/Game/Game.css | 14 ---------- src/objects/Game/Game.tsx | 27 ++++++------------- src/objects/GameState/GameState.css | 17 ++++++++++++ src/objects/GameState/GameState.tsx | 41 +++++++++++++++++++++++++++++ 6 files changed, 69 insertions(+), 48 deletions(-) create mode 100644 src/objects/GameState/GameState.css create mode 100644 src/objects/GameState/GameState.tsx diff --git a/src/App.tsx b/src/App.tsx index 7b247a8..00011cc 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -31,23 +31,12 @@ function App() { const nColors = 7; const nLines = 7; - if (!isPlaying) { - return ( - <> -
-

Mastermind

- -
-