Notes from play test 10/20
Closed this issue · 1 comments
adamfoneil commented
- not refreshing on test players. Refresh works for real players but not for test players.
- show the round number at top
- play direction is wrong (should be counter clockwise)
- need to see running scores
- should see who I'm passing to
adamfoneil commented
The reason event broadcast doesn't work for test players is that I exclude myself from the notification, and "myself" can be a test user (as represented by _effectiveUser
in the game page). So, I'm pretty sure I need to raise all events from the logged in user, not the effective user.