nodegame-openshift
Version:
Prepares a nodeGame instance to run on the openshift cloud.
9 lines (8 loc) • 361 B
JavaScript
module.exports = function(settings, headers) {
return {
game: "SPIEL",
bePatient: "Bitte sei geduldig, du bist in weniger als 1 Minute zurück im Spiel.",
becauseOftheOddNumber: "Because of the odd number of participants, someone must wait at each round. This round it is your turn.",
title: 'Bitte warten'
};
};