nodegame-openshift
Version:
Prepares a nodeGame instance to run on the openshift cloud.
26 lines (24 loc) • 727 B
JavaScript
/**
* # Views modifier file for Ultimatum Game
* Copyright(c) 2014 Stefano Balietti
* MIT Licensed
*
* Modified views and page rendering.
*
* http://www.nodegame.org
* ---
*/
// Not used at the moment.
// module.exports = function(pager, settings) {
//
// function modifyInstructions(context, headers) {
// context.coins = settings.standard.COINS;
// context.rounds = settings.standard.REPEAT;
// }
//
// pager.modifyContext('en/instructions_pp.json', modifyInstructions);
// pager.modifyContext('en/instructions', modifyInstructions);
//
// pager.modifyContext('de/instructions_pp', modifyInstructions);
// pager.modifyContext('de/instructions', modifyInstructions);
// };