DXHKEEXXPVA2VQCEPW7Z3EKMPJGV3RINIYI3KYXU5DPXZLPNETLQC
BX3R6FARWPQRIXQ77WXTWGCDR3WSK3RSSCMEF27UOJ5PVIVFIV2AC
5I4UCQOTFNIXNO3IEJBPOHAHI63WOS7ZCOGHWJ47IK6MDJ6CBW6AC
OPI6W7BO4V3R5WGEVN4USOHVPUV5PVWGKYBMCRU4VQOI7F7RCF5QC
ZXBDOUETFSXTFY6J5LIMXBCNMDW6NTUTZ7HZZ6ND7BNUKISR74FAC
EZYBNJFUNOS3LIU6ILXN7MFKLVW4SDXW6K5T4YFKFZ2R4UWSFUXAC
* fabiantest game options description
* pi game options description
* with the same ID (see "initGameStateLabels" in fabiantest.game.php)
* with the same ID (see "initGameStateLabels" in pi.game.php)
* fabiantest game material description
* pi game material description
* fabiantest.action.php
* pi.action.php
* fabiantest main action entry point
* pi main action entry point
* this.ajaxcall( "/fabiantest/fabiantest/myAction.html", ...)
* this.ajaxcall( "/pi/pi/myAction.html", ...)
class action_fabiantest extends APP_GameAction
class action_pi extends APP_GameAction
$this->view = "fabiantest_fabiantest";
$this->view = "pi_pi";
* fabiantest.css
* pi.css
* fabiantest stylesheet
* pi stylesheet
HTML template (fabiantest_fabiantest.tpl), and to HTML elements you create dynamically (in fabiantest.js).
HTML template (fabiantest_fabiantest.tpl), and to HTML elements you create dynamically
(in fabiantest.js).
HTML template (pi_pi.tpl), and to HTML elements you create dynamically (in pi.js).
HTML template (pi_pi.tpl), and to HTML elements you create dynamically
(in pi.js).
* fabiantest.game.php
* pi.game.php
class fabiantest extends Table
class pi extends Table
return "fabiantest";
return "pi";
(note: each method below must match an input method in fabiantest.action.php)
(note: each method below must match an input method in pi.action.php)
* fabiantest.js
* pi.js
* fabiantest user interface script
* pi user interface script
return declare("bgagame.fabiantest", ebg.core.gamegui, {
return declare("bgagame.pi", ebg.core.gamegui, {
"notifyPlayer" calls in your fabiantest.game.php file.
"notifyPlayer" calls in your pi.game.php file.
* fabiantest.view.php
* pi.view.php
* particular, you can set here the values of variables elements defined in fabiantest_fabiantest.tpl (elements
* particular, you can set here the values of variables elements defined in pi_pi.tpl (elements
class view_fabiantest_fabiantest extends game_view
class view_pi_pi extends game_view
$this->page->begin_block( "fabiantest_fabiantest", "myblock" );
$this->page->begin_block( "pi_pi", "myblock" );
* fabiantest game states description
* pi game states description
* fabiantest game statistics description
* pi game statistics description
$game_version_fabiantest ="999999-9999";
$game_version_pi ="999999-9999";
find . | entr lftp sftp://fneumann:$BGA_SFTP_PASSWORD@1.studio.boardgamearena.com -e "mirror -Rv -x .git . fabiantest/; bye"
find . | entr lftp sftp://fneumann:$BGA_SFTP_PASSWORD@1.studio.boardgamearena.com -e "mirror -Rv -x .git . pi/; bye"