nodegame-openshift
Version:
Prepares a nodeGame instance to run on the openshift cloud.
12 lines (8 loc) • 356 B
JavaScript
module.exports = function(settings, headers) {
return {
game: "GAME",
bePatient: "Please be patient, you will be back in the game in less than 1 minute.",
becauseOftheOddNumber: "Because of the odd number of participants, someone must wait at each round. This round it is your turn.",
title: 'Please wait.'
};
};