From 130cc42d867f76371c72b9b582411ae84e4da366 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 4 Mar 2022 16:22:30 +0900 Subject: [PATCH] Impl main menu Only "LocalMultiplayer" can be chosen for the game-mode since neither AI nor Networked-Multiplayer has been implemented yet. --- front_end/index.html | 38 +++++++++ front_end/src/state.rs | 17 ++++ front_end/src/yew_components.rs | 138 +++++++++++++++++++++++++++++--- 3 files changed, 184 insertions(+), 9 deletions(-) diff --git a/front_end/index.html b/front_end/index.html index b59827b..d539014 100644 --- a/front_end/index.html +++ b/front_end/index.html @@ -4,6 +4,44 @@ Four-Line Dropper