-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
29 lines (26 loc) · 1.14 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Version 0.0.3
- [X] Add events
- [X] Upgrade fetch cards command so users can see all cards upon Cardjizzers pick.
- [] Command cooldown | Moved to Version 0.0.6
# Version 0.0.4
- [X] Give each gameroom a title
- [X] Parse arguments of each command to either number, number[] or string
- [X] Remove inactive clients (tested by ping and pong)
- [X] Game changed event with actions: [X] gameCreated [X] playerJoined [X] gameRemoved [X] playerLeft
- [X] Use JSON as input instead of raw strings
- [X] Minfiy response generated by game and player
- [X] Make testcases more reliable. Check commands like the frontend does. | Moved to version 0.0.5
- [X] Leave command
- [X] Titles are currently uuids. Accept the real title.
- [X] Implement passwords. Requires JSON commands.
# Version 0.0.5
- [X] Start using redis
- [X] Register a user with Google OAuth
- [X] Save all games to redis temporary
- [X] Make testcases more reliable. Check commands like the frontend does.
- [X] Server does not accept ids before json command - fix it.
# Version 0.0.6
- [] Command cooldown
- [] Redis: Save user
- [] Login command: Google Authtoken
- [] Delete setUsername command