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
/
public
/
data_example.json
7 lines
(6 loc)
•
204 B
JSON
View Raw
1
2
3
4
5
6
7
{
"some_data"
:
"Here you can load additional data for your game"
,
"more_data"
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
9
,
10
]
,
"even_more_data"
:
"This is of course just an example..."
,
"version"
:
"0.5.0"
}