feat: client_web ui

This commit is contained in:
Henri Bourcereau 2026-03-25 16:44:37 +01:00
parent a097be7395
commit 8b108847af
7 changed files with 457 additions and 18 deletions

View file

@ -1,6 +1,8 @@
mod board;
mod connecting_screen;
mod game_screen;
mod login_screen;
mod score_panel;
pub use connecting_screen::ConnectingScreen;
pub use game_screen::GameScreen;