mirror of
https://github.com/evgen-app/chess_rpg_backend.git
synced 2024-11-23 18:14:03 +03:00
3 lines
117 B
Python
3 lines
117 B
Python
def move_handler(prev_x, prev_y, x, y, room, player):
|
|
# TODO: implement move logic + check user identity
|
|
pass |