Commit Graph

26 Commits

Author SHA1 Message Date
Alexandr Karpov
f9a0950c6c
added websocket messages to README 2022-07-01 15:12:32 +03:00
df3685b8fe added message + scope status on opponent online/offline 2022-06-26 19:23:18 +03:00
7242992b42 added message in room on ready to play 2022-06-26 19:00:53 +03:00
46344ad776 fixed room post-connect message, added room migration init file 2022-06-26 18:04:09 +03:00
355a6ed38c added connection to room algorithm, minor changes for player model 2022-06-26 13:34:10 +03:00
e1c8b2fb74 added connection to room algorithm, minor changes for player model 2022-06-25 12:36:47 +03:00
7a14089d10 added room create for match 2022-06-24 01:04:35 +03:00
e188de29a0 added algorithm to find opponent 2022-06-23 14:45:34 +03:00
339d691172 fixed jit, added info massage on adding to queue 2022-06-22 00:11:52 +03:00
8fcbeaf8d8 added queue socket connect and validator consumer 2022-06-21 20:26:32 +03:00
d26dbee256 added instructions, inited tests 2022-06-21 11:37:18 +03:00
52a8608198 added channels basic room consumer, minor updates for base game logic 2022-06-21 11:36:55 +03:00
e75573b3cd added image pool, inited channels 2022-06-11 23:34:55 +03:00
c795a5807e added jit for refresh token, refresh access token endpoint 2022-06-10 23:33:40 +03:00
1bb56c25fe added check for hero identity, fixed deck update 2022-06-10 01:12:45 +03:00
ea262c3c98 added user identity check on deck edit 2022-06-08 19:03:38 +03:00
56dc11c7b3 added deck update and delete 2022-06-07 23:54:26 +03:00
ba04ce8347 added deck model and creation endpoint 2022-06-06 20:15:45 +03:00
acc37f8e82 fixed no auth header error 2022-06-05 21:28:20 +03:00
80a63fe252 added jwt auth, base player logic 2022-06-05 13:09:27 +03:00
00387092df removed db 2022-06-04 19:31:52 +03:00
9a0e84ede9 added character control endpoint 2022-06-04 19:30:54 +03:00
92d42888bb removed pycache, idea 2022-06-04 16:15:14 +03:00
63684cdd46 removed pycache, idea 2022-06-04 16:14:39 +03:00
ff969d298d Initial commit, added base User and Hero models 2022-06-04 16:01:23 +03:00
Alexandr Karpov
859c5b48ca
Initial commit 2022-06-04 15:52:26 +03:00