UNPKG

nodegame-openshift

Version:

Prepares a nodeGame instance to run on the openshift cloud.

12 lines (10 loc) 340 B
module.exports = function(settings, headers) { return { "title": "Respondent", "youAreTheRespondant": "You are the RESPONDENT", "waitingForAnOffer": "Waiting to receive an offer...", "youReceivedAnOffer": "You received an offer of ", "accept": "Accept", "reject": "Reject" }; };