diff --git a/TODO b/TODO index 238f17d..0bc72bc 100644 --- a/TODO +++ b/TODO @@ -1,14 +1,14 @@ [ ] SERVER [ ] Socket user identifying + [x] User login checks if there's an active socket + [ ] If there's no active socket, delete the user and allow new user to connect [ ] Fix user timeouts / deletion - [ ] User login checks if there's an active socket - [ ] If there's no active socket, delete the user and allow new user to connect - [ ] User sockets, or "users" are made innactive after timeout on socket - - Prevents softlock of users and stops socket spamming - [ ] 1v1 game framework that allows spectators# + [ ] User sockets, or "users" are made innactive after timeout on socket + - Prevents softlock of users and stops socket spamming + [ ] 1v1 game framework that allows spectators [ ] [ ] Game logic implementation [ ] CLIENT [ ] Save username and re-request automatically if uid changed [ ] Display and save last error on main screen - + [ ] Error reporting for the user diff --git a/client/public/lobby/index.html b/client/public/game/index.html similarity index 92% rename from client/public/lobby/index.html rename to client/public/game/index.html index f848645..897fe05 100644 --- a/client/public/lobby/index.html +++ b/client/public/game/index.html @@ -15,6 +15,6 @@
- +