feat(session-manager): implement game session (create, join, start, place tile/meeple, end game)
- implement create_game and join_game
- implement start_game
- implement handle_place_tile
- implement handle_place_meeple
- implement next_turn and end_game
- implement process and handle_disconnect