UNPKG
nodegame-openshift
Version:
latest (0.0.4)
0.0.4
Prepares a nodeGame instance to run on the openshift cloud.
nodegame.org
nodeGame/nodegame-openshift
nodegame-openshift
/
games
/
ultimatum
/
views
/
contexts
/
en
/
pregame.js
8 lines
(7 loc)
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
=
function
(
settings, headers
) {
return
{
"title"
:
"PREGAME"
,
"goodWeAreAboutToStart"
:
"Good! We are about to start..."
,
"theGameHasNotStarted"
:
"The game has not started yet. We are waiting for all the players to connect."
}; };