15 lines
650 B
Plaintext
15 lines
650 B
Plaintext
[ ] 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 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
|