empiricaly / meteor-empirica-core

Core Meteor package for the experiment Empirica platform. This is where you should submit issues.
MIT License
27 stars 13 forks source link

feat: add gameReady #229

Closed hubertusputu1 closed 3 years ago

hubertusputu1 commented 3 years ago

Add gameReady on gameLobby

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

hubertusputu1 commented 3 years ago

https://linear.app/patondev/issue/PAT-82/if-lobby-custom-do-not-show-game-ready-page

npaton commented 3 years ago

Discussed with @hubertusputu1, this would actually not be needed, we can just use get/set on game (gameLobby) to communicate between the beforegameinit callback and the custom lobby component.