UNPKG

nodegame-openshift

Version:

Prepares a nodeGame instance to run on the openshift cloud.

11 lines (9 loc) 283 B
module.exports = function(settings, headers) { var coins = settings.pp.COINS; return { "title": "Bidder", "youAre": "You are the Bidder", "makeAnOffer": "Make an offer from 0 to " + coins + " to another player.", "submit": "Submit" }; };