api
|
added hero position on deck for initial deck
|
2022-07-07 23:54:03 +03:00 |
migrations
|
updated migrations
|
2022-07-30 02:58:16 +03:00 |
services
|
fixed hero create
|
2022-08-01 18:23:36 +03:00 |
__init__.py
|
Initial commit, added base User and Hero models
|
2022-06-04 16:01:23 +03:00 |
apps.py
|
added hero position on deck for initial deck
|
2022-07-07 23:54:03 +03:00 |
models.py
|
fixed player model, added board state
|
2022-08-01 18:22:11 +03:00 |
permissions.py
|
added character control endpoint
|
2022-06-04 19:30:54 +03:00 |
signals.py
|
updated hero placement for room create
|
2022-07-08 01:16:41 +03:00 |
tests.py
|
added instructions, inited tests
|
2022-06-21 11:37:18 +03:00 |