nodegame-openshift
Version:
Prepares a nodeGame instance to run on the openshift cloud.
18 lines (17 loc) • 752 B
JavaScript
module.exports = function(settings, headers) {
return {
"x": 0,
"title": "POSTGAME",
"pleaseReport": "Please report about your game experience",
"Q": "Q",
"didTheGameProceed": "Did the game proceed as expected? Did you notice any technical flaw, or irregular behavior from any other player?",
"ifTheGame": "If the game was terminated because of a player disconnection, in your opinion what is the most probable reason of the disconnection?",
"reason": [
"He or she was losing.",
"Technical failure.",
"The player found a more rewarding task.",
"The game was boring, not clear, too long, etc.",
"Not applicable."
]
};
};