<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.doc.boardgamearena.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=V+k+k</id>
	<title>Board Game Arena - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.doc.boardgamearena.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=V+k+k"/>
	<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/Special:Contributions/V_k_k"/>
	<updated>2026-09-23T01:47:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.0</generator>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7651</id>
		<title>Template:Studio Framework Navigation</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7651"/>
		<updated>2021-03-16T17:01:01Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 300px; border: solid #000 1px; padding: 1em; margin-left: 1em; background: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game File Reference&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Studio file reference|Overview]]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Game database model: dbmodel.sql|&amp;lt;b&amp;gt;dbmodel.sql&amp;lt;/b&amp;gt;]] - database model&lt;br /&gt;
* [[Game meta-information: gameinfos.inc.php|&amp;lt;b&amp;gt;gameinfos.inc.php&amp;lt;/b&amp;gt;]] - meta-information&lt;br /&gt;
* [[Game options and preferences: gameoptions.inc.php|&amp;lt;b&amp;gt;gameoptions.inc.php&amp;lt;/b&amp;gt;]] - game options &amp;amp; user preferences&lt;br /&gt;
* [[Game art: img directory|&amp;lt;b&amp;gt;img/&amp;lt;/b&amp;gt;]] - game art&lt;br /&gt;
* [[Game material description: material.inc.php|&amp;lt;b&amp;gt;material.inc.php&amp;lt;/b&amp;gt;]] - static data&lt;br /&gt;
* &amp;lt;b&amp;gt;misc/&amp;lt;/b&amp;gt; - studio-only storage&lt;br /&gt;
* &amp;lt;b&amp;gt;modules/&amp;lt;/b&amp;gt; - additional game code&lt;br /&gt;
* [[Your game state machine: states.inc.php|&amp;lt;b&amp;gt;states.inc.php&amp;lt;/b&amp;gt;]] - state machine&lt;br /&gt;
* [[Game statistics: stats.inc.php|&amp;lt;b&amp;gt;stats.inc.php&amp;lt;/b&amp;gt;]] - statistics&lt;br /&gt;
* [[Players actions: yourgamename.action.php|X.&amp;lt;b&amp;gt;action.php&amp;lt;/b&amp;gt;]] - player actions&lt;br /&gt;
* [[Game interface stylesheet: yourgamename.css|X&amp;lt;b&amp;gt;.css&amp;lt;/b&amp;gt;]] - interface stylesheet&lt;br /&gt;
* [[Main game logic: yourgamename.game.php|X.&amp;lt;b&amp;gt;game.php&amp;lt;/b&amp;gt;]] - main logic&lt;br /&gt;
* [[Game interface logic: yourgamename.js|X.&amp;lt;b&amp;gt;js&amp;lt;/b&amp;gt;]] - interface logic&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X.&amp;lt;b&amp;gt;view.php&amp;lt;/b&amp;gt;]] - dynamic game layout&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X_X.&amp;lt;b&amp;gt;tpl&amp;lt;/b&amp;gt;]] - static game layout&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Useful Components&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Official&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Deck]]: a PHP component to manage cards (deck, hands, picking cards, moving cards, shuffle deck, ...).&lt;br /&gt;
* [[Draggable]]: a JS component to manage drag&#039;n&#039;drop actions.&lt;br /&gt;
* [[Counter]]: a JS component to manage a counter that can increase/decrease (ex: player&#039;s score).&lt;br /&gt;
* [[ExpandableSection]]: a JS component to manage a rectangular block of HTML than can be displayed/hidden.&lt;br /&gt;
* [[Scrollmap]]: a JS component to manage a scrollable game area (useful when the game area can be infinite. Examples:  Saboteur or Takenoko games).&lt;br /&gt;
* [[Stock]]: a JS component to manage and display a set of game elements displayed at a position.&lt;br /&gt;
* [[Zone]]: a JS component to manage a zone of the board where several game elements can come and leave, but should be well displayed together (See for example: token&#039;s places at Can&#039;t Stop).&lt;br /&gt;
&lt;br /&gt;
Undocumented component (if somebody knows please help with docs)&lt;br /&gt;
* [[Wrapper]]: a JS component to wrap a  &amp;amp;lt;div&amp;amp;gt; element around its child, even if these elements are absolute positioned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unofficial&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Code Sharing]] - Shared resources, projects on git hub, common code, other links&lt;br /&gt;
* [[BGA Studio Cookbook]] - Tips and instructions on using API&#039;s, libraries and frameworks&lt;br /&gt;
* [[Some usual board game elements image ressources]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game Development Process&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[First steps with BGA Studio]]&lt;br /&gt;
* [[Create a game in BGA Studio: Complete Walkthrough]]&lt;br /&gt;
* [[Tutorial reversi]] &lt;br /&gt;
* [[Tutorial gomoku]] &lt;br /&gt;
* [[Tutorial hearts]]&lt;br /&gt;
* [[BGA Studio Guidelines]]&lt;br /&gt;
* [[BGA game Lifecycle]]&lt;br /&gt;
* [[Pre-release checklist]]&lt;br /&gt;
* [[Post-release phase]]&lt;br /&gt;
* [[Help|Player Resources]] - add player help/rules to your game page&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Guides for Common Topics&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Translations]] - make your game translatable&lt;br /&gt;
* [[Game replay|Game Replay]]&lt;br /&gt;
* [[Your game mobile version|Mobile Users]]&lt;br /&gt;
* [[3D]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Miscellaneous Resources&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Studio FAQ]]&lt;br /&gt;
* [[Tools and tips of BGA Studio]] - Tips and instructions on setting up development environment&lt;br /&gt;
* [[Studio logs]] - Instructions for log access&lt;br /&gt;
* [[Practical debugging]] - Tips focused on debugging&lt;br /&gt;
* [[Troubleshooting]] - Most common &amp;quot;I am really stuck&amp;quot; situations&lt;br /&gt;
* [https://studio.boardgamearena.com/bugs Studio Bugs] - Reports against Studio itself (not BGA!)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7650</id>
		<title>Template:Studio Framework Navigation</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7650"/>
		<updated>2021-03-16T17:00:39Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 300px; border: solid #000 1px; padding: 1em; margin-left: 1em; background: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game File Reference&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Studio file reference|Overview]]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Game database model: dbmodel.sql|&amp;lt;b&amp;gt;dbmodel.sql&amp;lt;/b&amp;gt;]] - database model&lt;br /&gt;
* [[Game meta-information: gameinfos.inc.php|&amp;lt;b&amp;gt;gameinfos.inc.php&amp;lt;/b&amp;gt;]] - meta-information&lt;br /&gt;
* [[Game options and preferences: gameoptions.inc.php|&amp;lt;b&amp;gt;gameoptions.inc.php&amp;lt;/b&amp;gt;]] - game options &amp;amp; user preferences&lt;br /&gt;
* [[Game art: img directory|&amp;lt;b&amp;gt;img/&amp;lt;/b&amp;gt;]] - game art&lt;br /&gt;
* [[Game material description: material.inc.php|&amp;lt;b&amp;gt;material.inc.php&amp;lt;/b&amp;gt;]] - static data&lt;br /&gt;
* &amp;lt;b&amp;gt;misc/&amp;lt;/b&amp;gt; - studio-only storage&lt;br /&gt;
* &amp;lt;b&amp;gt;modules/&amp;lt;/b&amp;gt; - additional game code&lt;br /&gt;
* [[Your game state machine: states.inc.php|&amp;lt;b&amp;gt;states.inc.php&amp;lt;/b&amp;gt;]] - state machine&lt;br /&gt;
* [[Game statistics: stats.inc.php|&amp;lt;b&amp;gt;stats.inc.php&amp;lt;/b&amp;gt;]] - statistics&lt;br /&gt;
* [[Players actions: yourgamename.action.php|X.&amp;lt;b&amp;gt;action.php&amp;lt;/b&amp;gt;]] - player actions&lt;br /&gt;
* [[Game interface stylesheet: yourgamename.css|X&amp;lt;b&amp;gt;.css&amp;lt;/b&amp;gt;]] - interface stylesheet&lt;br /&gt;
* [[Main game logic: yourgamename.game.php|X.&amp;lt;b&amp;gt;game.php&amp;lt;/b&amp;gt;]] - main logic&lt;br /&gt;
* [[Game interface logic: yourgamename.js|X.&amp;lt;b&amp;gt;js&amp;lt;/b&amp;gt;]] - interface logic&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X.&amp;lt;b&amp;gt;view.php&amp;lt;/b&amp;gt;]] - dynamic game layout&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X_X.&amp;lt;b&amp;gt;tpl&amp;lt;/b&amp;gt;]] - static game layout&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Useful Components&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Official&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Deck]]: a PHP component to manage cards (deck, hands, picking cards, moving cards, shuffle deck, ...).&lt;br /&gt;
* [[Draggable]]: a JS component to manage drag&#039;n&#039;drop actions.&lt;br /&gt;
* [[Counter]]: a JS component to manage a counter that can increase/decrease (ex: player&#039;s score).&lt;br /&gt;
* [[ExpandableSection]]: a JS component to manage a rectangular block of HTML than can be displayed/hidden.&lt;br /&gt;
* [[Scrollmap]]: a JS component to manage a scrollable game area (useful when the game area can be infinite. Examples:  Saboteur or Takenoko games).&lt;br /&gt;
* [[Stock]]: a JS component to manage and display a set of game elements displayed at a position.&lt;br /&gt;
* [[Zone]]: a JS component to manage a zone of the board where several game elements can come and leave, but should be well displayed together (See for example: token&#039;s places at Can&#039;t Stop).&lt;br /&gt;
&lt;br /&gt;
Undocumented component (if somebody knows please help with docs)&lt;br /&gt;
* [[Wrapper]]: a JS component to wrap a  &amp;amp;lt;div&amp;amp;gt; element around its child, even if these elements are absolute positioned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unofficial&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Code Sharing]] - Shared resources, projects on git hub, common code, other links&lt;br /&gt;
* [[BGA Studio Cookbook]] - Tips and instructions on using API&#039;s, libraries and frameworks&lt;br /&gt;
* [[Some usual board game elements image ressources]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game Development Process&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[First steps with BGA Studio]]&lt;br /&gt;
* [[Create a game in BGA Studio: Complete Walkthrough]]&lt;br /&gt;
* [[Tutorial reversi]] &lt;br /&gt;
* [[Tutorial gomoku]] &lt;br /&gt;
* [[Tutorial hearts]]&lt;br /&gt;
* [[BGA Studio Guidelines]]&lt;br /&gt;
* [[BGA game Lifecycle]]&lt;br /&gt;
* [[Pre-release checklist]]&lt;br /&gt;
* [[Post-release phase]]&lt;br /&gt;
* [[Help|Player Resources]] - add player help/rules to your game page&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Guides for Common Topics&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Translations]] - make your game translatable&lt;br /&gt;
* [[Game replay|Game Replay]]&lt;br /&gt;
* [[Your game mobile version|Mobile Users]]&lt;br /&gt;
* [[3D]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Miscellaneous Resources&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Studio FAQ]]&lt;br /&gt;
* [[Tools and tips of BGA Studio]] - Tips and instructions on setting up development environment&lt;br /&gt;
* [[Studio logs]] - Instructions for log access&lt;br /&gt;
* [[Practical debugging]] - Tips focused on debugging&lt;br /&gt;
* [[Troubleshooting]] - Most common &amp;quot;I am really stuck&amp;quot; situations&lt;br /&gt;
* [https://studio.boardgamearena.com/bugs Reporting Studio Bugs] - Reports against Studio itself (not BGA!)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7649</id>
		<title>Template:Studio Framework Navigation</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7649"/>
		<updated>2021-03-16T16:41:27Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 300px; border: solid #000 1px; padding: 1em; margin-left: 1em; background: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game File Reference&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Studio file reference|Overview]]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Game database model: dbmodel.sql|&amp;lt;b&amp;gt;dbmodel.sql&amp;lt;/b&amp;gt;]] - database model&lt;br /&gt;
* [[Game meta-information: gameinfos.inc.php|&amp;lt;b&amp;gt;gameinfos.inc.php&amp;lt;/b&amp;gt;]] - meta-information&lt;br /&gt;
* [[Game options and preferences: gameoptions.inc.php|&amp;lt;b&amp;gt;gameoptions.inc.php&amp;lt;/b&amp;gt;]] - game options &amp;amp; user preferences&lt;br /&gt;
* [[Game art: img directory|&amp;lt;b&amp;gt;img/&amp;lt;/b&amp;gt;]] - game art&lt;br /&gt;
* [[Game material description: material.inc.php|&amp;lt;b&amp;gt;material.inc.php&amp;lt;/b&amp;gt;]] - static data&lt;br /&gt;
* &amp;lt;b&amp;gt;misc/&amp;lt;/b&amp;gt; - studio-only storage&lt;br /&gt;
* &amp;lt;b&amp;gt;modules/&amp;lt;/b&amp;gt; - additional game code&lt;br /&gt;
* [[Your game state machine: states.inc.php|&amp;lt;b&amp;gt;states.inc.php&amp;lt;/b&amp;gt;]] - state machine&lt;br /&gt;
* [[Game statistics: stats.inc.php|&amp;lt;b&amp;gt;stats.inc.php&amp;lt;/b&amp;gt;]] - statistics&lt;br /&gt;
* [[Players actions: yourgamename.action.php|X.&amp;lt;b&amp;gt;action.php&amp;lt;/b&amp;gt;]] - player actions&lt;br /&gt;
* [[Game interface stylesheet: yourgamename.css|X&amp;lt;b&amp;gt;.css&amp;lt;/b&amp;gt;]] - interface stylesheet&lt;br /&gt;
* [[Main game logic: yourgamename.game.php|X.&amp;lt;b&amp;gt;game.php&amp;lt;/b&amp;gt;]] - main logic&lt;br /&gt;
* [[Game interface logic: yourgamename.js|X.&amp;lt;b&amp;gt;js&amp;lt;/b&amp;gt;]] - interface logic&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X.&amp;lt;b&amp;gt;view.php&amp;lt;/b&amp;gt;]] - dynamic game layout&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X_X.&amp;lt;b&amp;gt;tpl&amp;lt;/b&amp;gt;]] - static game layout&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Useful Components&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Official&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Deck]]: a PHP component to manage cards (deck, hands, picking cards, moving cards, shuffle deck, ...).&lt;br /&gt;
* [[Draggable]]: a JS component to manage drag&#039;n&#039;drop actions.&lt;br /&gt;
* [[Counter]]: a JS component to manage a counter that can increase/decrease (ex: player&#039;s score).&lt;br /&gt;
* [[ExpandableSection]]: a JS component to manage a rectangular block of HTML than can be displayed/hidden.&lt;br /&gt;
* [[Scrollmap]]: a JS component to manage a scrollable game area (useful when the game area can be infinite. Examples:  Saboteur or Takenoko games).&lt;br /&gt;
* [[Stock]]: a JS component to manage and display a set of game elements displayed at a position.&lt;br /&gt;
* [[Zone]]: a JS component to manage a zone of the board where several game elements can come and leave, but should be well displayed together (See for example: token&#039;s places at Can&#039;t Stop).&lt;br /&gt;
&lt;br /&gt;
Undocumented component (if somebody knows please help with docs)&lt;br /&gt;
* [[Wrapper]]: a JS component to wrap a  &amp;amp;lt;div&amp;amp;gt; element around its child, even if these elements are absolute positioned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unofficial&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Code Sharing]] - Shared resources, projects on git hub, common code, other links&lt;br /&gt;
* [[BGA Studio Cookbook]] - Tips and instructions on using API&#039;s, libraries and frameworks&lt;br /&gt;
* [[Some usual board game elements image ressources]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game Development Process&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[First steps with BGA Studio]]&lt;br /&gt;
* [[Create a game in BGA Studio: Complete Walkthrough]]&lt;br /&gt;
* [[Tutorial reversi]] &lt;br /&gt;
* [[Tutorial gomoku]] &lt;br /&gt;
* [[Tutorial hearts]]&lt;br /&gt;
* [[BGA Studio Guidelines]]&lt;br /&gt;
* [[BGA game Lifecycle]]&lt;br /&gt;
* [[Pre-release checklist]]&lt;br /&gt;
* [[Post-release phase]]&lt;br /&gt;
* [[Help|Player Resources]] - add player help/rules to your game page&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Guides for Common Topics&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Translations]] - make your game translatable&lt;br /&gt;
* [[Game replay|Game Replay]]&lt;br /&gt;
* [[Your game mobile version|Mobile Users]]&lt;br /&gt;
* [[3D]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Miscellaneous Resources&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Studio FAQ]]&lt;br /&gt;
* [[Tools and tips of BGA Studio]] - Tips and instructions on setting up development environment&lt;br /&gt;
* [[Studio logs]] - Instructions for log access&lt;br /&gt;
* [[Practical debugging]] - Tips focused on debugging&lt;br /&gt;
* [[Troubleshooting]] - Most common &amp;quot;I am really stuck&amp;quot; situations&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7648</id>
		<title>Template:Studio Framework Navigation</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7648"/>
		<updated>2021-03-16T16:32:26Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 300px; border: solid #000 1px; padding: 1em; margin-left: 1em; background: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game File Reference&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Studio file reference|Overview]]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Game database model: dbmodel.sql|&amp;lt;b&amp;gt;dbmodel.sql&amp;lt;/b&amp;gt;]] - database model&lt;br /&gt;
* [[Game meta-information: gameinfos.inc.php|&amp;lt;b&amp;gt;gameinfos.inc.php&amp;lt;/b&amp;gt;]] - meta-information&lt;br /&gt;
* [[Game options and preferences: gameoptions.inc.php|&amp;lt;b&amp;gt;gameoptions.inc.php&amp;lt;/b&amp;gt;]] - game options &amp;amp; user preferences&lt;br /&gt;
* [[Game art: img directory|&amp;lt;b&amp;gt;img/&amp;lt;/b&amp;gt;]] - game art&lt;br /&gt;
* [[Game material description: material.inc.php|&amp;lt;b&amp;gt;material.inc.php&amp;lt;/b&amp;gt;]] - static data&lt;br /&gt;
* &amp;lt;b&amp;gt;misc/&amp;lt;/b&amp;gt; - studio-only storage&lt;br /&gt;
* &amp;lt;b&amp;gt;modules/&amp;lt;/b&amp;gt; - additional game code&lt;br /&gt;
* [[Your game state machine: states.inc.php|&amp;lt;b&amp;gt;states.inc.php&amp;lt;/b&amp;gt;]] - state machine&lt;br /&gt;
* [[Game statistics: stats.inc.php|&amp;lt;b&amp;gt;stats.inc.php&amp;lt;/b&amp;gt;]] - statistics&lt;br /&gt;
* [[Players actions: yourgamename.action.php|X.&amp;lt;b&amp;gt;action.php&amp;lt;/b&amp;gt;]] - player actions&lt;br /&gt;
* [[Game interface stylesheet: yourgamename.css|X&amp;lt;b&amp;gt;.css&amp;lt;/b&amp;gt;]] - interface stylesheet&lt;br /&gt;
* [[Main game logic: yourgamename.game.php|X.&amp;lt;b&amp;gt;game.php&amp;lt;/b&amp;gt;]] - main logic&lt;br /&gt;
* [[Game interface logic: yourgamename.js|X.&amp;lt;b&amp;gt;js&amp;lt;/b&amp;gt;]] - interface logic&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X.&amp;lt;b&amp;gt;view.php&amp;lt;/b&amp;gt;]] - dynamic game layout&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X_X.&amp;lt;b&amp;gt;tpl&amp;lt;/b&amp;gt;]] - static game layout&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Useful Components&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Official&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Deck]]: a PHP component to manage cards (deck, hands, picking cards, moving cards, shuffle deck, ...).&lt;br /&gt;
* [[Draggable]]: a JS component to manage drag&#039;n&#039;drop actions.&lt;br /&gt;
* [[Counter]]: a JS component to manage a counter that can increase/decrease (ex: player&#039;s score).&lt;br /&gt;
* [[ExpandableSection]]: a JS component to manage a rectangular block of HTML than can be displayed/hidden.&lt;br /&gt;
* [[Scrollmap]]: a JS component to manage a scrollable game area (useful when the game area can be infinite. Examples:  Saboteur or Takenoko games).&lt;br /&gt;
* [[Stock]]: a JS component to manage and display a set of game elements displayed at a position.&lt;br /&gt;
* [[Zone]]: a JS component to manage a zone of the board where several game elements can come and leave, but should be well displayed together (See for example: token&#039;s places at Can&#039;t Stop).&lt;br /&gt;
&lt;br /&gt;
Undocumented component (if somebody knows please help with docs)&lt;br /&gt;
* [[Wrapper]]: a JS component to wrap a  &amp;amp;lt;div&amp;amp;gt; element around its child, even if these elements are absolute positioned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unofficial&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Code Sharing]] - Shared resources, projects on git hub, common code, other links&lt;br /&gt;
* [[BGA Studio Cookbook]] - Tips and instructions on using API&#039;s, libraries and frameworks&lt;br /&gt;
* [[Some usual board game elements image ressources]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game Development Process&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[First steps with BGA Studio]]&lt;br /&gt;
* [[Create a game in BGA Studio: Complete Walkthrough]]&lt;br /&gt;
* [[Tutorial reversi]] &lt;br /&gt;
* [[Tutorial gomoku]] &lt;br /&gt;
* [[Tutorial hearts]]&lt;br /&gt;
* [[BGA game Lifecycle]]&lt;br /&gt;
* [[Pre-release checklist]]&lt;br /&gt;
* [[Post-release phase]]&lt;br /&gt;
* [[Help|Player Resources]] - add player help/rules to your game page&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Guides for Common Topics&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Studio Guidelines]]&lt;br /&gt;
* [[Translations]] - make your game translatable&lt;br /&gt;
* [[Game replay|Game Replay]]&lt;br /&gt;
* [[Your game mobile version|Mobile Users]]&lt;br /&gt;
* [[3D]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Miscellaneous Resources&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Studio FAQ]]&lt;br /&gt;
* [[Tools and tips of BGA Studio]] - Tips and instructions on setting up development environment&lt;br /&gt;
* [[Studio logs]] - Instructions for log access&lt;br /&gt;
* [[Practical debugging]] - Tips focused on debugging&lt;br /&gt;
* [[Troubleshooting]] - Most common &amp;quot;I am really stuck&amp;quot; situations&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7647</id>
		<title>Template:Studio Framework Navigation</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7647"/>
		<updated>2021-03-16T16:31:23Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 300px; border: solid #000 1px; padding: 1em; margin-left: 1em; background: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game File Reference&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Studio file reference|Overview]]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Game database model: dbmodel.sql|&amp;lt;b&amp;gt;dbmodel.sql&amp;lt;/b&amp;gt;]] - database model&lt;br /&gt;
* [[Game meta-information: gameinfos.inc.php|&amp;lt;b&amp;gt;gameinfos.inc.php&amp;lt;/b&amp;gt;]] - meta-information&lt;br /&gt;
* [[Game options and preferences: gameoptions.inc.php|&amp;lt;b&amp;gt;gameoptions.inc.php&amp;lt;/b&amp;gt;]] - game options &amp;amp; user preferences&lt;br /&gt;
* [[Game art: img directory|&amp;lt;b&amp;gt;img/&amp;lt;/b&amp;gt;]] - game art&lt;br /&gt;
* [[Game material description: material.inc.php|&amp;lt;b&amp;gt;material.inc.php&amp;lt;/b&amp;gt;]] - static data&lt;br /&gt;
* &amp;lt;b&amp;gt;misc/&amp;lt;/b&amp;gt; - studio-only storage&lt;br /&gt;
* &amp;lt;b&amp;gt;modules/&amp;lt;/b&amp;gt; - additional project code (.php, .js)&lt;br /&gt;
* [[Your game state machine: states.inc.php|&amp;lt;b&amp;gt;states.inc.php&amp;lt;/b&amp;gt;]] - state machine&lt;br /&gt;
* [[Game statistics: stats.inc.php|&amp;lt;b&amp;gt;stats.inc.php&amp;lt;/b&amp;gt;]] - statistics&lt;br /&gt;
* [[Players actions: yourgamename.action.php|X.&amp;lt;b&amp;gt;action.php&amp;lt;/b&amp;gt;]] - player actions&lt;br /&gt;
* [[Game interface stylesheet: yourgamename.css|X&amp;lt;b&amp;gt;.css&amp;lt;/b&amp;gt;]] - interface stylesheet&lt;br /&gt;
* [[Main game logic: yourgamename.game.php|X.&amp;lt;b&amp;gt;game.php&amp;lt;/b&amp;gt;]] - main logic&lt;br /&gt;
* [[Game interface logic: yourgamename.js|X.&amp;lt;b&amp;gt;js&amp;lt;/b&amp;gt;]] - interface logic&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X.&amp;lt;b&amp;gt;view.php&amp;lt;/b&amp;gt;]] - dynamic game layout&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X_X.&amp;lt;b&amp;gt;tpl&amp;lt;/b&amp;gt;]] - static game layout&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Useful Components&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Official&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Deck]]: a PHP component to manage cards (deck, hands, picking cards, moving cards, shuffle deck, ...).&lt;br /&gt;
* [[Draggable]]: a JS component to manage drag&#039;n&#039;drop actions.&lt;br /&gt;
* [[Counter]]: a JS component to manage a counter that can increase/decrease (ex: player&#039;s score).&lt;br /&gt;
* [[ExpandableSection]]: a JS component to manage a rectangular block of HTML than can be displayed/hidden.&lt;br /&gt;
* [[Scrollmap]]: a JS component to manage a scrollable game area (useful when the game area can be infinite. Examples:  Saboteur or Takenoko games).&lt;br /&gt;
* [[Stock]]: a JS component to manage and display a set of game elements displayed at a position.&lt;br /&gt;
* [[Zone]]: a JS component to manage a zone of the board where several game elements can come and leave, but should be well displayed together (See for example: token&#039;s places at Can&#039;t Stop).&lt;br /&gt;
&lt;br /&gt;
Undocumented component (if somebody knows please help with docs)&lt;br /&gt;
* [[Wrapper]]: a JS component to wrap a  &amp;amp;lt;div&amp;amp;gt; element around its child, even if these elements are absolute positioned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unofficial&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Code Sharing]] - Shared resources, projects on git hub, common code, other links&lt;br /&gt;
* [[BGA Studio Cookbook]] - Tips and instructions on using API&#039;s, libraries and frameworks&lt;br /&gt;
* [[Some usual board game elements image ressources]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game Development Process&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[First steps with BGA Studio]]&lt;br /&gt;
* [[Create a game in BGA Studio: Complete Walkthrough]]&lt;br /&gt;
* [[Tutorial reversi]] &lt;br /&gt;
* [[Tutorial gomoku]] &lt;br /&gt;
* [[Tutorial hearts]]&lt;br /&gt;
* [[BGA game Lifecycle]]&lt;br /&gt;
* [[Pre-release checklist]]&lt;br /&gt;
* [[Post-release phase]]&lt;br /&gt;
* [[Help|Player Resources]] - add player help/rules to your game page&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Guides for Common Topics&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Studio Guidelines]]&lt;br /&gt;
* [[Translations]] - make your game translatable&lt;br /&gt;
* [[Game replay|Game Replay]]&lt;br /&gt;
* [[Your game mobile version|Mobile Users]]&lt;br /&gt;
* [[3D]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Miscellaneous Resources&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Studio FAQ]]&lt;br /&gt;
* [[Tools and tips of BGA Studio]] - Tips and instructions on setting up development environment&lt;br /&gt;
* [[Studio logs]] - Instructions for log access&lt;br /&gt;
* [[Practical debugging]] - Tips focused on debugging&lt;br /&gt;
* [[Troubleshooting]] - Most common &amp;quot;I am really stuck&amp;quot; situations&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7646</id>
		<title>Template:Studio Framework Navigation</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7646"/>
		<updated>2021-03-16T16:26:30Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 300px; border: solid #000 1px; padding: 1em; margin-left: 1em; background: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game File Reference&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Studio file reference|Overview]]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Game database model: dbmodel.sql|&amp;lt;b&amp;gt;dbmodel.sql&amp;lt;/b&amp;gt;]] - database model&lt;br /&gt;
* [[Game meta-information: gameinfos.inc.php|&amp;lt;b&amp;gt;gameinfos.inc.php&amp;lt;/b&amp;gt;]] - meta-information&lt;br /&gt;
* [[Game options and preferences: gameoptions.inc.php|&amp;lt;b&amp;gt;gameoptions.inc.php&amp;lt;/b&amp;gt;]] - game options &amp;amp; user preferences&lt;br /&gt;
* [[Game art: img directory|&amp;lt;b&amp;gt;img/&amp;lt;/b&amp;gt;]] - game art&lt;br /&gt;
* [[Game material description: material.inc.php|&amp;lt;b&amp;gt;material.inc.php&amp;lt;/b&amp;gt;]] - static data&lt;br /&gt;
* &amp;lt;b&amp;gt;misc/&amp;lt;/b&amp;gt; - studio-only storage (not copied to production server)&lt;br /&gt;
* &amp;lt;b&amp;gt;modules/&amp;lt;/b&amp;gt; - additional project code (.php, .js)&lt;br /&gt;
* [[Your game state machine: states.inc.php|&amp;lt;b&amp;gt;states.inc.php&amp;lt;/b&amp;gt;]] - state machine&lt;br /&gt;
* [[Game statistics: stats.inc.php|&amp;lt;b&amp;gt;stats.inc.php&amp;lt;/b&amp;gt;]] - statistics&lt;br /&gt;
* [[Players actions: yourgamename.action.php|X.&amp;lt;b&amp;gt;action.php&amp;lt;/b&amp;gt;]] - player actions&lt;br /&gt;
* [[Game interface stylesheet: yourgamename.css|X&amp;lt;b&amp;gt;.css&amp;lt;/b&amp;gt;]] - interface stylesheet&lt;br /&gt;
* [[Main game logic: yourgamename.game.php|X.&amp;lt;b&amp;gt;game.php&amp;lt;/b&amp;gt;]] - main logic&lt;br /&gt;
* [[Game interface logic: yourgamename.js|X.&amp;lt;b&amp;gt;js&amp;lt;/b&amp;gt;]] - interface logic&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X.&amp;lt;b&amp;gt;view.php&amp;lt;/b&amp;gt;]] - dynamic game layout&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X_X.&amp;lt;b&amp;gt;tpl&amp;lt;/b&amp;gt;]] - static game layout&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Useful Components&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Official&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Deck]]: a PHP component to manage cards (deck, hands, picking cards, moving cards, shuffle deck, ...).&lt;br /&gt;
* [[Draggable]]: a JS component to manage drag&#039;n&#039;drop actions.&lt;br /&gt;
* [[Counter]]: a JS component to manage a counter that can increase/decrease (ex: player&#039;s score).&lt;br /&gt;
* [[ExpandableSection]]: a JS component to manage a rectangular block of HTML than can be displayed/hidden.&lt;br /&gt;
* [[Scrollmap]]: a JS component to manage a scrollable game area (useful when the game area can be infinite. Examples:  Saboteur or Takenoko games).&lt;br /&gt;
* [[Stock]]: a JS component to manage and display a set of game elements displayed at a position.&lt;br /&gt;
* [[Zone]]: a JS component to manage a zone of the board where several game elements can come and leave, but should be well displayed together (See for example: token&#039;s places at Can&#039;t Stop).&lt;br /&gt;
&lt;br /&gt;
Undocumented component (if somebody knows please help with docs)&lt;br /&gt;
* [[Wrapper]]: a JS component to wrap a  &amp;amp;lt;div&amp;amp;gt; element around its child, even if these elements are absolute positioned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unofficial&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Code Sharing]] - Shared resources, projects on git hub, common code, other links&lt;br /&gt;
* [[BGA Studio Cookbook]] - Tips and instructions on using API&#039;s, libraries and frameworks&lt;br /&gt;
* [[Some usual board game elements image ressources]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game Development Process&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[First steps with BGA Studio]]&lt;br /&gt;
* [[Create a game in BGA Studio: Complete Walkthrough]]&lt;br /&gt;
* [[Tutorial reversi]] &lt;br /&gt;
* [[Tutorial gomoku]] &lt;br /&gt;
* [[Tutorial hearts]]&lt;br /&gt;
* [[BGA game Lifecycle]]&lt;br /&gt;
* [[Pre-release checklist]]&lt;br /&gt;
* [[Post-release phase]]&lt;br /&gt;
* [[Help|Player Resources]] - add player help/rules to your game page&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Guides for Common Topics&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Studio Guidelines]]&lt;br /&gt;
* [[Translations]] - make your game translatable&lt;br /&gt;
* [[Game replay|Game Replay]]&lt;br /&gt;
* [[Your game mobile version|Mobile Users]]&lt;br /&gt;
* [[3D]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Miscellaneous Resources&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Studio FAQ]]&lt;br /&gt;
* [[Tools and tips of BGA Studio]] - Tips and instructions on setting up development environment&lt;br /&gt;
* [[Studio logs]] - Instructions for log access&lt;br /&gt;
* [[Practical debugging]] - Tips focused on debugging&lt;br /&gt;
* [[Troubleshooting]] - Most common &amp;quot;I am really stuck&amp;quot; situations&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7645</id>
		<title>Template:Studio Framework Navigation</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7645"/>
		<updated>2021-03-16T16:20:01Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 300px; border: solid #000 1px; padding: 1em; margin-left: 1em; background: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game File Reference&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Studio file reference|Overview]]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Game database model: dbmodel.sql|&amp;lt;b&amp;gt;dbmodel.sql&amp;lt;/b&amp;gt;]] - database model&lt;br /&gt;
* [[Game meta-information: gameinfos.inc.php|&amp;lt;b&amp;gt;gameinfos.inc.php&amp;lt;/b&amp;gt;]] - meta-information&lt;br /&gt;
* [[Game options and preferences: gameoptions.inc.php|&amp;lt;b&amp;gt;gameoptions.inc.php&amp;lt;/b&amp;gt;]] - game options &amp;amp; user preferences&lt;br /&gt;
* [[Game art: img directory|&amp;lt;b&amp;gt;img/&amp;lt;/b&amp;gt;]] - game art&lt;br /&gt;
* [[Game material description: material.inc.php|&amp;lt;b&amp;gt;material.inc.php&amp;lt;/b&amp;gt;]] - static data&lt;br /&gt;
* &amp;lt;b&amp;gt;misc/&amp;lt;/b&amp;gt; - studio-only storage (not copied to production server)&lt;br /&gt;
* &amp;lt;b&amp;gt;modules/&amp;lt;/b&amp;gt; - additional project code (.php, .js)&lt;br /&gt;
* [[Your game state machine: states.inc.php|&amp;lt;b&amp;gt;states.inc.php&amp;lt;/b&amp;gt;]] - state machine&lt;br /&gt;
* [[Game statistics: stats.inc.php|&amp;lt;b&amp;gt;stats.inc.php&amp;lt;/b&amp;gt;]] - statistics&lt;br /&gt;
* [[Players actions: yourgamename.action.php|X.&amp;lt;b&amp;gt;action.php&amp;lt;/b&amp;gt;]] - player actions&lt;br /&gt;
* [[Game interface stylesheet: yourgamename.css|X&amp;lt;b&amp;gt;.css&amp;lt;/b&amp;gt;]] - interface stylesheet&lt;br /&gt;
* [[Main game logic: yourgamename.game.php|X.&amp;lt;b&amp;gt;game.php&amp;lt;/b&amp;gt;]] - main logic&lt;br /&gt;
* [[Game interface logic: yourgamename.js|X.&amp;lt;b&amp;gt;js&amp;lt;/b&amp;gt;]] - interface logic&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X.&amp;lt;b&amp;gt;view.php&amp;lt;/b&amp;gt;]] - dynamic game layout&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X_X.&amp;lt;b&amp;gt;tpl&amp;lt;/b&amp;gt;]] - static game layout&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Useful Components&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Official&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Deck]]: a PHP component to manage cards (deck, hands, picking cards, moving cards, shuffle deck, ...).&lt;br /&gt;
* [[Draggable]]: a JS component to manage drag&#039;n&#039;drop actions.&lt;br /&gt;
* [[Counter]]: a JS component to manage a counter that can increase/decrease (ex: player&#039;s score).&lt;br /&gt;
* [[ExpandableSection]]: a JS component to manage a rectangular block of HTML than can be displayed/hidden.&lt;br /&gt;
* [[Scrollmap]]: a JS component to manage a scrollable game area (useful when the game area can be infinite. Examples:  Saboteur or Takenoko games).&lt;br /&gt;
* [[Stock]]: a JS component to manage and display a set of game elements displayed at a position.&lt;br /&gt;
* [[Zone]]: a JS component to manage a zone of the board where several game elements can come and leave, but should be well displayed together (See for example: token&#039;s places at Can&#039;t Stop).&lt;br /&gt;
&lt;br /&gt;
Undocumented component (if somebody knows please help with docs)&lt;br /&gt;
* [[Wrapper]]: a JS component to wrap a  &amp;amp;lt;div&amp;amp;gt; element around its child, even if these elements are absolute positioned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unofficial&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Code Sharing]] - Shared resources, projects on git hub, common code, other links&lt;br /&gt;
* [[Some usual board game elements image ressources]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game Development Process&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[First steps with BGA Studio]]&lt;br /&gt;
* [[Create a game in BGA Studio: Complete Walkthrough]]&lt;br /&gt;
* [[Tutorial reversi]] &lt;br /&gt;
* [[Tutorial gomoku]] &lt;br /&gt;
* [[Tutorial hearts]]&lt;br /&gt;
* [[BGA game Lifecycle]]&lt;br /&gt;
* [[Pre-release checklist]]&lt;br /&gt;
* [[Post-release phase]]&lt;br /&gt;
* [[Help|Player Resources]] - add player help/rules to your game page&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Guides for Common Topics&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Studio Guidelines]]&lt;br /&gt;
* [[Translations]] - make your game translatable&lt;br /&gt;
* [[Game replay|Game Replay]]&lt;br /&gt;
* [[Your game mobile version|Mobile Users]]&lt;br /&gt;
* [[3D]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Miscellaneous Resources&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Studio FAQ]]&lt;br /&gt;
* [[BGA Studio Cookbook]] - Tips and instructions on using API&#039;s, libraries and frameworks&lt;br /&gt;
* [[Tools and tips of BGA Studio]] - Tips and instructions on setting up development environment&lt;br /&gt;
* [[Studio logs]] - Instructions for log access&lt;br /&gt;
* [[Practical debugging]] - Tips focused on debugging&lt;br /&gt;
* [[Troubleshooting]] - Most common &amp;quot;I am really stuck&amp;quot; situations&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7644</id>
		<title>Template:Studio Framework Navigation</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7644"/>
		<updated>2021-03-16T16:05:41Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 300px; border: solid #000 1px; padding: 1em; margin-left: 1em; background: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game File Reference&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Studio file reference|Overview]]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Game database model: dbmodel.sql|&amp;lt;b&amp;gt;dbmodel.sql&amp;lt;/b&amp;gt;]] - database model&lt;br /&gt;
* [[Game meta-information: gameinfos.inc.php|&amp;lt;b&amp;gt;gameinfos.inc.php&amp;lt;/b&amp;gt;]] - meta-information&lt;br /&gt;
* [[Game options and preferences: gameoptions.inc.php|&amp;lt;b&amp;gt;gameoptions.inc.php&amp;lt;/b&amp;gt;]] - game options &amp;amp; user preferences&lt;br /&gt;
* [[Game art: img directory|&amp;lt;b&amp;gt;img/&amp;lt;/b&amp;gt;]] - game art&lt;br /&gt;
* [[Game material description: material.inc.php|&amp;lt;b&amp;gt;material.inc.php&amp;lt;/b&amp;gt;]] - static data&lt;br /&gt;
* &amp;lt;b&amp;gt;misc/&amp;lt;/b&amp;gt; - studio-only storage (not copied to production server)&lt;br /&gt;
* &amp;lt;b&amp;gt;modules/&amp;lt;/b&amp;gt; - additional project code (.php, .js)&lt;br /&gt;
* [[Your game state machine: states.inc.php|&amp;lt;b&amp;gt;states.inc.php&amp;lt;/b&amp;gt;]] - state machine&lt;br /&gt;
* [[Game statistics: stats.inc.php|&amp;lt;b&amp;gt;stats.inc.php&amp;lt;/b&amp;gt;]] - statistics&lt;br /&gt;
* [[Players actions: yourgamename.action.php|X.&amp;lt;b&amp;gt;action.php&amp;lt;/b&amp;gt;]] - player actions&lt;br /&gt;
* [[Game interface stylesheet: yourgamename.css|X&amp;lt;b&amp;gt;.css&amp;lt;/b&amp;gt;]] - interface stylesheet&lt;br /&gt;
* [[Main game logic: yourgamename.game.php|X.&amp;lt;b&amp;gt;game.php&amp;lt;/b&amp;gt;]] - main logic&lt;br /&gt;
* [[Game interface logic: yourgamename.js|X.&amp;lt;b&amp;gt;js&amp;lt;/b&amp;gt;]] - interface logic&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X.&amp;lt;b&amp;gt;view.php&amp;lt;/b&amp;gt;]] - dynamic game layout&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X_X.&amp;lt;b&amp;gt;tpl&amp;lt;/b&amp;gt;]] - static game layout&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Useful Components&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Official&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Deck]]: a PHP component to manage cards (deck, hands, picking cards, moving cards, shuffle deck, ...).&lt;br /&gt;
* [[Draggable]]: a JS component to manage drag&#039;n&#039;drop actions.&lt;br /&gt;
* [[Counter]]: a JS component to manage a counter that can increase/decrease (ex: player&#039;s score).&lt;br /&gt;
* [[ExpandableSection]]: a JS component to manage a rectangular block of HTML than can be displayed/hidden.&lt;br /&gt;
* [[Scrollmap]]: a JS component to manage a scrollable game area (useful when the game area can be infinite. Examples:  Saboteur or Takenoko games).&lt;br /&gt;
* [[Stock]]: a JS component to manage and display a set of game elements displayed at a position.&lt;br /&gt;
* [[Zone]]: a JS component to manage a zone of the board where several game elements can come and leave, but should be well displayed together (See for example: token&#039;s places at Can&#039;t Stop).&lt;br /&gt;
&lt;br /&gt;
Undocumented component (if somebody knows please help with docs)&lt;br /&gt;
* [[Wrapper]]: a JS component to wrap a  &amp;amp;lt;div&amp;amp;gt; element around its child, even if these elements are absolute positioned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unofficial&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Code Sharing]] - Shared resources, projects on git hub, common code, other links&lt;br /&gt;
* [[Some usual board game elements image ressources]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game Development Process&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[First steps with BGA Studio]]&lt;br /&gt;
* [[Create a game in BGA Studio: Complete Walkthrough]]&lt;br /&gt;
* [[Tutorial reversi]] &lt;br /&gt;
* [[Tutorial gomoku]] &lt;br /&gt;
* [[Tutorial hearts]]&lt;br /&gt;
* [[BGA game Lifecycle]]&lt;br /&gt;
* [[Pre-release checklist]]&lt;br /&gt;
* [[Post-release phase]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Guides for Common Topics&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Studio Guidelines]]&lt;br /&gt;
* [[Translations]] - make your game translatable&lt;br /&gt;
* [[Game replay|Game Replay]]&lt;br /&gt;
* [[Your game mobile version|Mobile Users]]&lt;br /&gt;
* [[3D]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Miscellaneous Resources&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Studio FAQ]]&lt;br /&gt;
* [[BGA Studio Cookbook]] - Tips and instructions on using API&#039;s, libraries and frameworks&lt;br /&gt;
* [[Tools and tips of BGA Studio]] - Tips and instructions on setting up development environment&lt;br /&gt;
* [[Studio logs]] - Instructions for log access&lt;br /&gt;
* [[Practical debugging]] - Tips focused on debugging&lt;br /&gt;
* [[Troubleshooting]] - Most common &amp;quot;I am really stuck&amp;quot; situations&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7643</id>
		<title>Template:Studio Framework Navigation</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7643"/>
		<updated>2021-03-16T15:44:36Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 300px; border: solid #000 1px; padding: 1em; margin-left: 1em; background: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game File Reference&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Studio file reference|Overview]]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Game database model: dbmodel.sql|&amp;lt;b&amp;gt;dbmodel.sql&amp;lt;/b&amp;gt;]] - database model&lt;br /&gt;
* [[Game meta-information: gameinfos.inc.php|&amp;lt;b&amp;gt;gameinfos.inc.php&amp;lt;/b&amp;gt;]] - meta-information&lt;br /&gt;
* [[Game options and preferences: gameoptions.inc.php|&amp;lt;b&amp;gt;gameoptions.inc.php&amp;lt;/b&amp;gt;]] - game options &amp;amp; user preferences&lt;br /&gt;
* [[Game art: img directory|&amp;lt;b&amp;gt;img/&amp;lt;/b&amp;gt;]] - game art&lt;br /&gt;
* [[Game material description: material.inc.php|&amp;lt;b&amp;gt;material.inc.php&amp;lt;/b&amp;gt;]] - static data&lt;br /&gt;
* [[Your game state machine: states.inc.php|&amp;lt;b&amp;gt;states.inc.php&amp;lt;/b&amp;gt;]] - state machine&lt;br /&gt;
* [[Game statistics: stats.inc.php|&amp;lt;b&amp;gt;stats.inc.php&amp;lt;/b&amp;gt;]] - statistics&lt;br /&gt;
* [[Players actions: yourgamename.action.php|X.&amp;lt;b&amp;gt;action.php&amp;lt;/b&amp;gt;]] - player actions&lt;br /&gt;
* [[Game interface stylesheet: yourgamename.css|X&amp;lt;b&amp;gt;.css&amp;lt;/b&amp;gt;]] - interface stylesheet&lt;br /&gt;
* [[Main game logic: yourgamename.game.php|X.&amp;lt;b&amp;gt;game.php&amp;lt;/b&amp;gt;]] - main logic&lt;br /&gt;
* [[Game interface logic: yourgamename.js|X.&amp;lt;b&amp;gt;js&amp;lt;/b&amp;gt;]] - interface logic&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X.&amp;lt;b&amp;gt;view.php&amp;lt;/b&amp;gt;]] - dynamic game layout&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X_X.&amp;lt;b&amp;gt;tpl&amp;lt;/b&amp;gt;]] - static game layout&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Useful Components&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Official&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Deck]]: a PHP component to manage cards (deck, hands, picking cards, moving cards, shuffle deck, ...).&lt;br /&gt;
* [[Draggable]]: a JS component to manage drag&#039;n&#039;drop actions.&lt;br /&gt;
* [[Counter]]: a JS component to manage a counter that can increase/decrease (ex: player&#039;s score).&lt;br /&gt;
* [[ExpandableSection]]: a JS component to manage a rectangular block of HTML than can be displayed/hidden.&lt;br /&gt;
* [[Scrollmap]]: a JS component to manage a scrollable game area (useful when the game area can be infinite. Examples:  Saboteur or Takenoko games).&lt;br /&gt;
* [[Stock]]: a JS component to manage and display a set of game elements displayed at a position.&lt;br /&gt;
* [[Zone]]: a JS component to manage a zone of the board where several game elements can come and leave, but should be well displayed together (See for example: token&#039;s places at Can&#039;t Stop).&lt;br /&gt;
&lt;br /&gt;
Undocumented component (if somebody knows please help with docs)&lt;br /&gt;
* [[Wrapper]]: a JS component to wrap a  &amp;amp;lt;div&amp;amp;gt; element around its child, even if these elements are absolute positioned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unofficial&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Code Sharing]] - Shared resources, projects on git hub, common code, other links&lt;br /&gt;
* [[Some usual board game elements image ressources]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game Development Process&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[First steps with BGA Studio]]&lt;br /&gt;
* [[Create a game in BGA Studio: Complete Walkthrough]]&lt;br /&gt;
* [[Tutorial reversi]] &lt;br /&gt;
* [[Tutorial gomoku]] &lt;br /&gt;
* [[Tutorial hearts]]&lt;br /&gt;
* [[BGA game Lifecycle]]&lt;br /&gt;
* [[Pre-release checklist]]&lt;br /&gt;
* [[Post-release phase]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Guides for Common Topics&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[BGA Studio Guidelines]]&lt;br /&gt;
* [[Translations]] - make your game translatable&lt;br /&gt;
* [[Game replay|Game Replay]]&lt;br /&gt;
* [[Your game mobile version|Mobile Users]]&lt;br /&gt;
* [[3D]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Miscellaneous Resources&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Studio FAQ]]&lt;br /&gt;
* [[BGA Studio Cookbook]] - Tips and instructions on using API&#039;s, libraries and frameworks&lt;br /&gt;
* [[Tools and tips of BGA Studio]] - Tips and instructions on setting up development environment&lt;br /&gt;
* [[Studio logs]] - Instructions for log access&lt;br /&gt;
* [[Practical debugging]] - Tips focused on debugging&lt;br /&gt;
* [[Troubleshooting]] - Most common &amp;quot;I am really stuck&amp;quot; situations&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7642</id>
		<title>Template:Studio Framework Navigation</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7642"/>
		<updated>2021-03-16T15:10:01Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 300px; border: solid #000 1px; padding: 1em; margin-left: 1em; background: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Studio Framework Navigation&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Game File Reference&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Studio file reference|Overview]]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Game database model: dbmodel.sql|&amp;lt;b&amp;gt;dbmodel.sql&amp;lt;/b&amp;gt;]] - database model&lt;br /&gt;
* [[Game meta-information: gameinfos.inc.php|&amp;lt;b&amp;gt;gameinfos.inc.php&amp;lt;/b&amp;gt;]] - meta-information&lt;br /&gt;
* [[Game options and preferences: gameoptions.inc.php|&amp;lt;b&amp;gt;gameoptions.inc.php&amp;lt;/b&amp;gt;]] - game options &amp;amp; user preferences&lt;br /&gt;
* [[Game art: img directory|&amp;lt;b&amp;gt;img/&amp;lt;/b&amp;gt;]] - game art&lt;br /&gt;
* [[Game material description: material.inc.php|&amp;lt;b&amp;gt;material.inc.php&amp;lt;/b&amp;gt;]] - static data&lt;br /&gt;
* [[Your game state machine: states.inc.php|&amp;lt;b&amp;gt;states.inc.php&amp;lt;/b&amp;gt;]] - state machine&lt;br /&gt;
* [[Game statistics: stats.inc.php|&amp;lt;b&amp;gt;stats.inc.php&amp;lt;/b&amp;gt;]] - statistics&lt;br /&gt;
* [[Players actions: yourgamename.action.php|X.&amp;lt;b&amp;gt;action.php&amp;lt;/b&amp;gt;]] - player actions&lt;br /&gt;
* [[Game interface stylesheet: yourgamename.css|X&amp;lt;b&amp;gt;.css&amp;lt;/b&amp;gt;]] - interface stylesheet&lt;br /&gt;
* [[Main game logic: yourgamename.game.php|X.&amp;lt;b&amp;gt;game.php&amp;lt;/b&amp;gt;]] - main logic&lt;br /&gt;
* [[Game interface logic: yourgamename.js|X.&amp;lt;b&amp;gt;js&amp;lt;/b&amp;gt;]] - interface logic&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X.&amp;lt;b&amp;gt;view.php&amp;lt;/b&amp;gt;]] - dynamic game layout&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X_X.&amp;lt;b&amp;gt;tpl&amp;lt;/b&amp;gt;]] - static game layout&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Studio Components&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Deck]]: a PHP component to manage cards (deck, hands, picking cards, moving cards, shuffle deck, ...).&lt;br /&gt;
* [[Draggable]]: a JS component to manage drag&#039;n&#039;drop actions.&lt;br /&gt;
* [[Counter]]: a JS component to manage a counter that can increase/decrease (ex: player&#039;s score).&lt;br /&gt;
* [[ExpandableSection]]: a JS component to manage a rectangular block of HTML than can be displayed/hidden.&lt;br /&gt;
* [[Scrollmap]]: a JS component to manage a scrollable game area (useful when the game area can be infinite. Examples:  Saboteur or Takenoko games).&lt;br /&gt;
* [[Stock]]: a JS component to manage and display a set of game elements displayed at a position.&lt;br /&gt;
* [[Zone]]: a JS component to manage a zone of the board where several game elements can come and leave, but should be well displayed together (See for example: token&#039;s places at Can&#039;t Stop).&lt;br /&gt;
&lt;br /&gt;
Undocumented component (if somebody knows please help with docs)&lt;br /&gt;
* [[Wrapper]]: a JS component to wrap a  &amp;amp;lt;div&amp;amp;gt; element around its child, even if these elements are absolute positioned.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Other Topics&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Translations]] (how to make your game translatable)&lt;br /&gt;
* [[Game replay]]&lt;br /&gt;
* [[Your game mobile version]]&lt;br /&gt;
* [[3D]]&lt;br /&gt;
* [[Some usual board game elements image ressources]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Studio User Guide&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[BGA game Lifecycle]]&lt;br /&gt;
* [[First steps with BGA Studio]]&lt;br /&gt;
* [[Tutorial reversi]] &lt;br /&gt;
* [[Tutorial gomoku]] &lt;br /&gt;
* [[Tutorial hearts]]&lt;br /&gt;
* [[Create a game in BGA Studio: Complete Walkthrough]]&lt;br /&gt;
* [[Tools and tips of BGA Studio]] - Tips and instructions on setting up development environment&lt;br /&gt;
* [[Practical debugging]] - Tips focused on debugging&lt;br /&gt;
* [[Studio logs]] - Instructions for log access&lt;br /&gt;
* [[BGA Studio Cookbook]] - Tips and instructions on using API&#039;s, libraries and frameworks&lt;br /&gt;
* [[BGA Studio Guidelines]]&lt;br /&gt;
* [[Troubleshooting]] - Most common &amp;quot;I am really stuck&amp;quot; situations&lt;br /&gt;
* [[Studio FAQ]]&lt;br /&gt;
* [[Pre-release checklist]] - Go throught this list if you think you done development&lt;br /&gt;
* [[Post-release phase]]&lt;br /&gt;
* [[BGA Code Sharing]] - Shared resources, projects on git hub, common code, other links&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7641</id>
		<title>Template:Studio Framework Navigation</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7641"/>
		<updated>2021-03-16T15:08:54Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 300px; border: solid #000 1px; padding: 1em; margin-left: 1em; background: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Studio Framework Navigation&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;center&amp;gt;&#039;&#039;&#039;Game File Reference&#039;&#039;&#039;&amp;lt;/center&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Studio file reference|Overview]]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Game database model: dbmodel.sql|&amp;lt;b&amp;gt;dbmodel.sql&amp;lt;/b&amp;gt;]] - database model&lt;br /&gt;
* [[Game meta-information: gameinfos.inc.php|&amp;lt;b&amp;gt;gameinfos.inc.php&amp;lt;/b&amp;gt;]] - meta-information&lt;br /&gt;
* [[Game options and preferences: gameoptions.inc.php|&amp;lt;b&amp;gt;gameoptions.inc.php&amp;lt;/b&amp;gt;]] - game options &amp;amp; user preferences&lt;br /&gt;
* [[Game art: img directory|&amp;lt;b&amp;gt;img/&amp;lt;/b&amp;gt;]] - game art&lt;br /&gt;
* [[Game material description: material.inc.php|&amp;lt;b&amp;gt;material.inc.php&amp;lt;/b&amp;gt;]] - static data&lt;br /&gt;
* [[Your game state machine: states.inc.php|&amp;lt;b&amp;gt;states.inc.php&amp;lt;/b&amp;gt;]] - state machine&lt;br /&gt;
* [[Game statistics: stats.inc.php|&amp;lt;b&amp;gt;stats.inc.php&amp;lt;/b&amp;gt;]] - statistics&lt;br /&gt;
* [[Players actions: yourgamename.action.php|X.&amp;lt;b&amp;gt;action.php&amp;lt;/b&amp;gt;]] - player actions&lt;br /&gt;
* [[Game interface stylesheet: yourgamename.css|X&amp;lt;b&amp;gt;.css&amp;lt;/b&amp;gt;]] - interface stylesheet&lt;br /&gt;
* [[Main game logic: yourgamename.game.php|X.&amp;lt;b&amp;gt;game.php&amp;lt;/b&amp;gt;]] - main logic&lt;br /&gt;
* [[Game interface logic: yourgamename.js|X.&amp;lt;b&amp;gt;js&amp;lt;/b&amp;gt;]] - interface logic&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X.&amp;lt;b&amp;gt;view.php&amp;lt;/b&amp;gt;]] - dynamic game layout&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X_X.&amp;lt;b&amp;gt;tpl&amp;lt;/b&amp;gt;]] - static game layout&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
=== &amp;lt;center&amp;gt;&#039;&#039;&#039;Studio Components&#039;&#039;&#039;&amp;lt;/center&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
* [[Deck]]: a PHP component to manage cards (deck, hands, picking cards, moving cards, shuffle deck, ...).&lt;br /&gt;
* [[Draggable]]: a JS component to manage drag&#039;n&#039;drop actions.&lt;br /&gt;
* [[Counter]]: a JS component to manage a counter that can increase/decrease (ex: player&#039;s score).&lt;br /&gt;
* [[ExpandableSection]]: a JS component to manage a rectangular block of HTML than can be displayed/hidden.&lt;br /&gt;
* [[Scrollmap]]: a JS component to manage a scrollable game area (useful when the game area can be infinite. Examples:  Saboteur or Takenoko games).&lt;br /&gt;
* [[Stock]]: a JS component to manage and display a set of game elements displayed at a position.&lt;br /&gt;
* [[Zone]]: a JS component to manage a zone of the board where several game elements can come and leave, but should be well displayed together (See for example: token&#039;s places at Can&#039;t Stop).&lt;br /&gt;
&lt;br /&gt;
Undocumented component (if somebody knows please help with docs)&lt;br /&gt;
* [[Wrapper]]: a JS component to wrap a  &amp;amp;lt;div&amp;amp;gt; element around its child, even if these elements are absolute positioned.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
=== &amp;lt;center&amp;gt;&#039;&#039;&#039;Other Topics&#039;&#039;&#039;&amp;lt;/center&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
* [[Translations]] (how to make your game translatable)&lt;br /&gt;
* [[Game replay]]&lt;br /&gt;
* [[Your game mobile version]]&lt;br /&gt;
* [[3D]]&lt;br /&gt;
* [[Some usual board game elements image ressources]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
=== &amp;lt;center&amp;gt;&#039;&#039;&#039;Studio User Guide&#039;&#039;&#039;&amp;lt;/center&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
* [[BGA game Lifecycle]]&lt;br /&gt;
* [[First steps with BGA Studio]]&lt;br /&gt;
* [[Tutorial reversi]] &lt;br /&gt;
* [[Tutorial gomoku]] &lt;br /&gt;
* [[Tutorial hearts]]&lt;br /&gt;
* [[Create a game in BGA Studio: Complete Walkthrough]]&lt;br /&gt;
* [[Tools and tips of BGA Studio]] - Tips and instructions on setting up development environment&lt;br /&gt;
* [[Practical debugging]] - Tips focused on debugging&lt;br /&gt;
* [[Studio logs]] - Instructions for log access&lt;br /&gt;
* [[BGA Studio Cookbook]] - Tips and instructions on using API&#039;s, libraries and frameworks&lt;br /&gt;
* [[BGA Studio Guidelines]]&lt;br /&gt;
* [[Troubleshooting]] - Most common &amp;quot;I am really stuck&amp;quot; situations&lt;br /&gt;
* [[Studio FAQ]]&lt;br /&gt;
* [[Pre-release checklist]] - Go throught this list if you think you done development&lt;br /&gt;
* [[Post-release phase]]&lt;br /&gt;
* [[BGA Code Sharing]] - Shared resources, projects on git hub, common code, other links&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7640</id>
		<title>Template:Studio Framework Navigation</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Template:Studio_Framework_Navigation&amp;diff=7640"/>
		<updated>2021-03-16T15:07:56Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 300px; border: solid #000 1px; padding: 1em; margin-left: 1em; background: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Studio Framework Navigation&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;center&amp;gt;&#039;&#039;&#039;Game File Reference&#039;&#039;&#039;&amp;lt;/center&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;center&amp;gt;&#039;&#039;&#039;[[Studio file reference|Overview]]&#039;&#039;&#039;&amp;lt;/center&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
* [[Game database model: dbmodel.sql|&amp;lt;b&amp;gt;dbmodel.sql&amp;lt;/b&amp;gt;]] - database model&lt;br /&gt;
* [[Game meta-information: gameinfos.inc.php|&amp;lt;b&amp;gt;gameinfos.inc.php&amp;lt;/b&amp;gt;]] - meta-information&lt;br /&gt;
* [[Game options and preferences: gameoptions.inc.php|&amp;lt;b&amp;gt;gameoptions.inc.php&amp;lt;/b&amp;gt;]] - game options &amp;amp; user preferences&lt;br /&gt;
* [[Game art: img directory|&amp;lt;b&amp;gt;img/&amp;lt;/b&amp;gt;]] - game art&lt;br /&gt;
* [[Game material description: material.inc.php|&amp;lt;b&amp;gt;material.inc.php&amp;lt;/b&amp;gt;]] - static data&lt;br /&gt;
* [[Your game state machine: states.inc.php|&amp;lt;b&amp;gt;states.inc.php&amp;lt;/b&amp;gt;]] - state machine&lt;br /&gt;
* [[Game statistics: stats.inc.php|&amp;lt;b&amp;gt;stats.inc.php&amp;lt;/b&amp;gt;]] - statistics&lt;br /&gt;
* [[Players actions: yourgamename.action.php|X.&amp;lt;b&amp;gt;action.php&amp;lt;/b&amp;gt;]] - player actions&lt;br /&gt;
* [[Game interface stylesheet: yourgamename.css|X&amp;lt;b&amp;gt;.css&amp;lt;/b&amp;gt;]] - interface stylesheet&lt;br /&gt;
* [[Main game logic: yourgamename.game.php|X.&amp;lt;b&amp;gt;game.php&amp;lt;/b&amp;gt;]] - main logic&lt;br /&gt;
* [[Game interface logic: yourgamename.js|X.&amp;lt;b&amp;gt;js&amp;lt;/b&amp;gt;]] - interface logic&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X.&amp;lt;b&amp;gt;view.php&amp;lt;/b&amp;gt;]] - dynamic game layout&lt;br /&gt;
* [[Game layout: view and template: yourgamename.view.php and yourgamename_yourgamename.tpl|X_X.&amp;lt;b&amp;gt;tpl&amp;lt;/b&amp;gt;]] - static game layout&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
=== &amp;lt;center&amp;gt;&#039;&#039;&#039;Studio Components&#039;&#039;&#039;&amp;lt;/center&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
* [[Deck]]: a PHP component to manage cards (deck, hands, picking cards, moving cards, shuffle deck, ...).&lt;br /&gt;
* [[Draggable]]: a JS component to manage drag&#039;n&#039;drop actions.&lt;br /&gt;
* [[Counter]]: a JS component to manage a counter that can increase/decrease (ex: player&#039;s score).&lt;br /&gt;
* [[ExpandableSection]]: a JS component to manage a rectangular block of HTML than can be displayed/hidden.&lt;br /&gt;
* [[Scrollmap]]: a JS component to manage a scrollable game area (useful when the game area can be infinite. Examples:  Saboteur or Takenoko games).&lt;br /&gt;
* [[Stock]]: a JS component to manage and display a set of game elements displayed at a position.&lt;br /&gt;
* [[Zone]]: a JS component to manage a zone of the board where several game elements can come and leave, but should be well displayed together (See for example: token&#039;s places at Can&#039;t Stop).&lt;br /&gt;
&lt;br /&gt;
Undocumented component (if somebody knows please help with docs)&lt;br /&gt;
* [[Wrapper]]: a JS component to wrap a  &amp;amp;lt;div&amp;amp;gt; element around its child, even if these elements are absolute positioned.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
=== &amp;lt;center&amp;gt;&#039;&#039;&#039;Other Topics&#039;&#039;&#039;&amp;lt;/center&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
* [[Translations]] (how to make your game translatable)&lt;br /&gt;
* [[Game replay]]&lt;br /&gt;
* [[Your game mobile version]]&lt;br /&gt;
* [[3D]]&lt;br /&gt;
* [[Some usual board game elements image ressources]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
=== &amp;lt;center&amp;gt;&#039;&#039;&#039;Studio User Guide&#039;&#039;&#039;&amp;lt;/center&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
* [[BGA game Lifecycle]]&lt;br /&gt;
* [[First steps with BGA Studio]]&lt;br /&gt;
* [[Tutorial reversi]] &lt;br /&gt;
* [[Tutorial gomoku]] &lt;br /&gt;
* [[Tutorial hearts]]&lt;br /&gt;
* [[Create a game in BGA Studio: Complete Walkthrough]]&lt;br /&gt;
* [[Tools and tips of BGA Studio]] - Tips and instructions on setting up development environment&lt;br /&gt;
* [[Practical debugging]] - Tips focused on debugging&lt;br /&gt;
* [[Studio logs]] - Instructions for log access&lt;br /&gt;
* [[BGA Studio Cookbook]] - Tips and instructions on using API&#039;s, libraries and frameworks&lt;br /&gt;
* [[BGA Studio Guidelines]]&lt;br /&gt;
* [[Troubleshooting]] - Most common &amp;quot;I am really stuck&amp;quot; situations&lt;br /&gt;
* [[Studio FAQ]]&lt;br /&gt;
* [[Pre-release checklist]] - Go throught this list if you think you done development&lt;br /&gt;
* [[Post-release phase]]&lt;br /&gt;
* [[BGA Code Sharing]] - Shared resources, projects on git hub, common code, other links&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=ExpandableSection&amp;diff=6934</id>
		<title>ExpandableSection</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=ExpandableSection&amp;diff=6934"/>
		<updated>2021-01-19T13:29:29Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Studio_Framework_Navigation}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;&#039;&amp;lt;tt&amp;gt;mygame_mygame.tpl&amp;lt;/tt&amp;gt;&#039;&#039;&#039; (the border is not required):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;my_expandable&amp;quot; style=&amp;quot;border: 1px solid black&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;#&amp;quot; id=&amp;quot;my_click_to_toggle&amp;quot; class=&amp;quot;expandabletoggle expandablearrow&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;icon20&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;my_hidden_content&amp;quot; class=&amp;quot;expandablecontent&amp;quot;&amp;gt;&lt;br /&gt;
        Here&#039;s the hidden content&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;&#039;&amp;lt;tt&amp;gt;mygame.js&amp;lt;/tt&amp;gt;&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
define([&lt;br /&gt;
    ebg/expandablesection&lt;br /&gt;
],&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
this.expanded = new ebg.expandablesection();&lt;br /&gt;
this.expanded.create(this, &amp;quot;my_expandable&amp;quot;);&lt;br /&gt;
this.expanded.expand();   // show&lt;br /&gt;
this.expanded.collapse(); // hide&lt;br /&gt;
this.expanded.toggle();   // switch show/hide&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
* All of the inner parts of the expandable div must have ids so dojo.query can find them.&lt;br /&gt;
* The section already starts with click-to-toggle behavior, so you probably won&#039;t need to toggle in your own code. Just set the initial state in your setup method.&lt;br /&gt;
&lt;br /&gt;
== Helper Code ==&lt;br /&gt;
&lt;br /&gt;
This doesn&#039;t appear to be part of the BGA framework, but might make creating the above code easer and more readable.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;&#039;&amp;lt;tt&amp;gt;mygame_mygame.tpl&amp;lt;/tt&amp;gt;&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
var jstpl_expandablesection = &#039;\&lt;br /&gt;
    &amp;lt;div id=&amp;quot;${id}&amp;quot;&amp;gt;\&lt;br /&gt;
        &amp;lt;a href=&amp;quot;#&amp;quot; id=&amp;quot;toggle_${id}&amp;quot; class=&amp;quot;expandabletoggle expandablearrow&amp;quot;&amp;gt;\&lt;br /&gt;
            &amp;lt;div class=&amp;quot;icon20&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;\&lt;br /&gt;
        &amp;lt;/a&amp;gt;\&lt;br /&gt;
        &amp;lt;div id=&amp;quot;content_${id}&amp;quot; class=&amp;quot;expandablecontent&amp;quot;&amp;gt;\&lt;br /&gt;
            ${content}\&lt;br /&gt;
        &amp;lt;/div&amp;gt;\&lt;br /&gt;
    &amp;lt;/div&amp;gt;&#039;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;&#039;&amp;lt;tt&amp;gt;mygame.js&amp;lt;/tt&amp;gt;&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
placeExpandableSection: function(parent_id, id, content) {&lt;br /&gt;
   html = this.format_block(&#039;jstpl_expandablesection&#039;, { id: id, content: content }); &lt;br /&gt;
   dojo.place(html, id);&lt;br /&gt;
},&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=ExpandableSection&amp;diff=6925</id>
		<title>ExpandableSection</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=ExpandableSection&amp;diff=6925"/>
		<updated>2021-01-19T04:53:42Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Studio_Framework_Navigation}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;tt&amp;gt;mygame_mygame.tpl&amp;lt;/tt&amp;gt; (the border is not required):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;my_expandable&amp;quot; style=&amp;quot;border: 1px solid black&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;#&amp;quot; id=&amp;quot;my_click_to_toggle&amp;quot; class=&amp;quot;expandabletoggle expandablearrow&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;icon20&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;div id=&amp;quot;my_hidden_content&amp;quot; class=&amp;quot;expandablecontent&amp;quot;&amp;gt;&lt;br /&gt;
            Here&#039;s the hidden content&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;tt&amp;gt;mygame.js&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    define([&lt;br /&gt;
        ebg/expandablesection&lt;br /&gt;
    ],&lt;br /&gt;
    ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    this.expanded = new ebg.expandablesection();&lt;br /&gt;
    this.expanded.create(this, &amp;quot;my_expandable&amp;quot;);&lt;br /&gt;
    this.expanded.expand();   // show&lt;br /&gt;
    this.expanded.collapse(); // hide&lt;br /&gt;
    this.expanded.toggle();   // switch show/hide&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* All of the inner parts of the expandable div must have ids so dojo.query can find them.&lt;br /&gt;
* The section already starts with click-to-toggle behavior, so you probably won&#039;t need to toggle in your own code. Just set the initial state in your setup method.&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=ExpandableSection&amp;diff=6924</id>
		<title>ExpandableSection</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=ExpandableSection&amp;diff=6924"/>
		<updated>2021-01-19T04:50:28Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Example ==&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;tt&amp;gt;mygame_mygame.tpl&amp;lt;/tt&amp;gt; (the border is not required):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;my_expandable&amp;quot; style=&amp;quot;border: 1px solid black&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;#&amp;quot; id=&amp;quot;my_click_to_toggle&amp;quot; class=&amp;quot;expandabletoggle expandablearrow&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;icon20&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;div id=&amp;quot;my_hidden_content&amp;quot; class=&amp;quot;expandablecontent&amp;quot;&amp;gt;&lt;br /&gt;
            Here&#039;s the hidden content&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;tt&amp;gt;mygame.js&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    define([&lt;br /&gt;
        ebg/expandablesection&lt;br /&gt;
    ],&lt;br /&gt;
    ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    this.expanded = new ebg.expandablesection();&lt;br /&gt;
    this.expanded.create(this, &amp;quot;my_expandable&amp;quot;);&lt;br /&gt;
    this.expanded.expand();   // show&lt;br /&gt;
    this.expanded.collapse(); // hide&lt;br /&gt;
    this.expanded.toggle();   // switch show/hide&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* All of the inner parts of the expandable div must have ids so dojo.query can find them.&lt;br /&gt;
* The section already starts with click-to-toggle behavior, so you probably won&#039;t need to toggle in your own code. Just set the initial state in your setup method.&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=ExpandableSection&amp;diff=6923</id>
		<title>ExpandableSection</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=ExpandableSection&amp;diff=6923"/>
		<updated>2021-01-19T04:49:55Z</updated>

		<summary type="html">&lt;p&gt;V k k: Created page with &amp;quot;== Example ==  In &amp;lt;tt&amp;gt;mygame_mygame.tpl&amp;lt;/tt&amp;gt; (the border not required):  &amp;lt;pre&amp;gt;     &amp;lt;div id=&amp;quot;my_expandable&amp;quot; style=&amp;quot;border: 1px solid black&amp;quot;&amp;gt;         &amp;lt;a href=&amp;quot;#&amp;quot; id=&amp;quot;my_click_to...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Example ==&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;tt&amp;gt;mygame_mygame.tpl&amp;lt;/tt&amp;gt; (the border not required):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;my_expandable&amp;quot; style=&amp;quot;border: 1px solid black&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;#&amp;quot; id=&amp;quot;my_click_to_toggle&amp;quot; class=&amp;quot;expandabletoggle expandablearrow&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;icon20&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;div id=&amp;quot;my_hidden_content&amp;quot; class=&amp;quot;expandablecontent&amp;quot;&amp;gt;&lt;br /&gt;
            Here&#039;s the hidden content&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;tt&amp;gt;mygame.js&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    define([&lt;br /&gt;
        ebg/expandablesection&lt;br /&gt;
    ],&lt;br /&gt;
    ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    this.expanded = new ebg.expandablesection();&lt;br /&gt;
    this.expanded.create(this, &amp;quot;my_expandable&amp;quot;);&lt;br /&gt;
    this.expanded.expand();   // show&lt;br /&gt;
    this.expanded.collapse(); // hide&lt;br /&gt;
    this.expanded.toggle();   // switch show/hide&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* All of the inner parts of the expandable div must have ids so dojo.query can find them.&lt;br /&gt;
* The section already starts with click-to-toggle behavior, so you probably won&#039;t need to toggle in your own code. Just set the initial state in your setup method.&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6838</id>
		<title>Gamehelpherrlof</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6838"/>
		<updated>2021-01-11T17:10:56Z</updated>

		<summary type="html">&lt;p&gt;V k k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Herrlof deck consists of 42 cards:&lt;br /&gt;
* 1-9 in 4 suits&lt;br /&gt;
* 3 Valknut (no suit)&lt;br /&gt;
* 3 Hagalaz (no suit)&lt;br /&gt;
&lt;br /&gt;
Each hand, players are dealt 15 cards, and one card is dealt face up to the table. The suit of the table card becomes the current trump (Valknut or Hagalaz mean there is no trump suit.)&lt;br /&gt;
&lt;br /&gt;
The game is played over several hands. Players secretly bid how many tricks they think they&#039;ll win. Points are awarded for correct bids, as well as tricks won. If a player has 50 or more points at the end of a hand, the game is over and the player with the highest score wins. Ties are broken by most correct bids throughout the game.&lt;br /&gt;
&lt;br /&gt;
== Gameplay ==&lt;br /&gt;
&lt;br /&gt;
Opening play alternates between hands. For each trick, the lead player may play any card. If the card is suited, their opponent must follow suit if able. However, a non-suited card may be played at any time (even if it&#039;s possible to follow suit). The highest card of the lead suit wins the trick unless a card of the trump suit is played. Then the highest trump suited card wins the trick. The winner of the trick leads the next trick except where noted below.&lt;br /&gt;
&lt;br /&gt;
Some cards have special abilities:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;: If you win a trick with a 1, you may steal a trick (point) from their opponent. The stolen point must have been earned in that hand.&lt;br /&gt;
* &amp;lt;b&amp;gt;3&amp;lt;/b&amp;gt;: When you play a 3, you may immediately draw a card from the deck of undealt cards, then return a card to the bottom of the deck.&lt;br /&gt;
* &amp;lt;b&amp;gt;6&amp;lt;/b&amp;gt;: If you win a trick with a 6, you may steal a random card from your opponents hand, then return any card back to their hand.&lt;br /&gt;
* &amp;lt;b&amp;gt;9&amp;lt;/b&amp;gt;: If you win a trick with a 9, your opponent gets to lead the next trick.&lt;br /&gt;
* &amp;lt;b&amp;gt;Valknut&amp;lt;/b&amp;gt;: Destroys the trick it is played in (no point awarded). If two are played in the same trick, the trump is replaced with the top card of the deck.&lt;br /&gt;
* &amp;lt;b&amp;gt;Hagalaz&amp;lt;/b&amp;gt;: The lowest card. It loses all tricks, but also gives you the lead for the following trick. If two are played, the second one has this effect.&lt;br /&gt;
&lt;br /&gt;
== Scoring ==&lt;br /&gt;
&lt;br /&gt;
After all cards have been played points for the hand are awarded as follows:&lt;br /&gt;
* 1 point per trick won&lt;br /&gt;
* 5 points for winning exactly 3 or 4 tricks&lt;br /&gt;
* 10 points for bidding correctly&lt;br /&gt;
&lt;br /&gt;
== Variants ==&lt;br /&gt;
&lt;br /&gt;
=== 5-Trick Bonus ===&lt;br /&gt;
&lt;br /&gt;
An early draft of the rules provided the 5 point bonus to hands where 5 tricks are won (in addition to 3 and 4). This has been provided as an option, but is not the intended design of the publishers. It is provided for players who may have played this way previously.&lt;br /&gt;
&lt;br /&gt;
=== 3 Players ===&lt;br /&gt;
&lt;br /&gt;
A 3-player variant is supported, but not recommended. The rules are altered as follows:&lt;br /&gt;
* Players are dealt 11 cards per hand.&lt;br /&gt;
* The game ends at 40 points instead of 50.&lt;br /&gt;
* No 5-point bonuses are awarded.&lt;br /&gt;
* You may choose which opponent to use special abilities on.&lt;br /&gt;
* The 9&#039;s ability gives the lead to the player after the trick winner.&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6836</id>
		<title>Gamehelpherrlof</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6836"/>
		<updated>2021-01-11T12:36:00Z</updated>

		<summary type="html">&lt;p&gt;V k k: /* 3 Players */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Herrlof deck consists of 42 cards:&lt;br /&gt;
* 1-9 in 4 suits&lt;br /&gt;
* 3 Valknut (no suit)&lt;br /&gt;
* 3 Hagalaz (no suit)&lt;br /&gt;
&lt;br /&gt;
Each hand, players are dealt 15 cards, and one card is dealt face up to the table. The suit of the table card becomes the current trump (Valknut or Hagalaz mean there is no trump suit.)&lt;br /&gt;
&lt;br /&gt;
The game is played over several hands. Players secretly bid how many tricks they think they&#039;ll win. Points are awarded for correct bids, as well as tricks won. If a player has 50 or more points at the end of a hand, the game is over and the player with the highest score wins. Ties are broken by most correct bids throughout the game.&lt;br /&gt;
&lt;br /&gt;
== Gameplay ==&lt;br /&gt;
&lt;br /&gt;
Opening play alternates between hands. For each trick, the lead player may play any card. If the card is suited, their opponent must follow suit if able. However, a non-suited card may be played at any time (even if it&#039;s possible to follow suit). The highest card of the lead suit wins the trick unless a card of the trump suit is played. Then the highest trump suited card wins the trick. The winner of the trick leads the next trick except where noted below.&lt;br /&gt;
&lt;br /&gt;
Some cards have special abilities:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;: If you win a trick with a 1, you may steal a trick (point) from their opponent. The stolen point must have been earned in that hand.&lt;br /&gt;
* &amp;lt;b&amp;gt;3&amp;lt;/b&amp;gt;: When you play a 3, you may immediately draw a card from the deck of undealt cards, then return a card to the bottom of the deck.&lt;br /&gt;
* &amp;lt;b&amp;gt;6&amp;lt;/b&amp;gt;: If you win a trick with a 6, you may steal a random card from your opponents hand, then return any card back to their hand.&lt;br /&gt;
* &amp;lt;b&amp;gt;9&amp;lt;/b&amp;gt;: If you win a trick with a 9, your opponent gets to lead the next trick.&lt;br /&gt;
* &amp;lt;b&amp;gt;Valknut&amp;lt;/b&amp;gt;: Destroys the trick it is played in (no point awarded). If two are played in the same trick, the trump is replaced with the top card of the deck.&lt;br /&gt;
* &amp;lt;b&amp;gt;Hagalaz&amp;lt;/b&amp;gt;: The lowest card. It loses all tricks, but also gives you the lead for the following trick. If two are played, the second one has this effect.&lt;br /&gt;
&lt;br /&gt;
== Scoring ==&lt;br /&gt;
&lt;br /&gt;
After all cards have been played points for the hand are awarded as follows:&lt;br /&gt;
* 1 point per trick won&lt;br /&gt;
* 5 points for winning exactly 3 or 4 tricks&lt;br /&gt;
* 10 points for bidding correctly&lt;br /&gt;
&lt;br /&gt;
== Variants ==&lt;br /&gt;
&lt;br /&gt;
=== 5-Trick Bonus ===&lt;br /&gt;
&lt;br /&gt;
An early draft of the rules provided the 5 point bonus to hands where 5 tricks are won (in addition to 3 and 4). This has been provided as an option, but is not the intended design of the publishers. It is provided for players who may have played this way previously.&lt;br /&gt;
&lt;br /&gt;
=== 3 Players ===&lt;br /&gt;
&lt;br /&gt;
A 3-player variant is supported, but not recommended. The rules are altered as follows:h&lt;br /&gt;
* Players are dealt 11 cards per hand.&lt;br /&gt;
* The game ends at 40 points instead of 50.&lt;br /&gt;
* No 5-point bonuses are awarded.&lt;br /&gt;
* You may choose which opponent to use special abilities on.&lt;br /&gt;
* The 9&#039;s ability gives the lead to the player after the trick winner.&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6835</id>
		<title>Gamehelpherrlof</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6835"/>
		<updated>2021-01-11T12:34:33Z</updated>

		<summary type="html">&lt;p&gt;V k k: /* Gameplay */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Herrlof deck consists of 42 cards:&lt;br /&gt;
* 1-9 in 4 suits&lt;br /&gt;
* 3 Valknut (no suit)&lt;br /&gt;
* 3 Hagalaz (no suit)&lt;br /&gt;
&lt;br /&gt;
Each hand, players are dealt 15 cards, and one card is dealt face up to the table. The suit of the table card becomes the current trump (Valknut or Hagalaz mean there is no trump suit.)&lt;br /&gt;
&lt;br /&gt;
The game is played over several hands. Players secretly bid how many tricks they think they&#039;ll win. Points are awarded for correct bids, as well as tricks won. If a player has 50 or more points at the end of a hand, the game is over and the player with the highest score wins. Ties are broken by most correct bids throughout the game.&lt;br /&gt;
&lt;br /&gt;
== Gameplay ==&lt;br /&gt;
&lt;br /&gt;
Opening play alternates between hands. For each trick, the lead player may play any card. If the card is suited, their opponent must follow suit if able. However, a non-suited card may be played at any time (even if it&#039;s possible to follow suit). The highest card of the lead suit wins the trick unless a card of the trump suit is played. Then the highest trump suited card wins the trick. The winner of the trick leads the next trick except where noted below.&lt;br /&gt;
&lt;br /&gt;
Some cards have special abilities:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;: If you win a trick with a 1, you may steal a trick (point) from their opponent. The stolen point must have been earned in that hand.&lt;br /&gt;
* &amp;lt;b&amp;gt;3&amp;lt;/b&amp;gt;: When you play a 3, you may immediately draw a card from the deck of undealt cards, then return a card to the bottom of the deck.&lt;br /&gt;
* &amp;lt;b&amp;gt;6&amp;lt;/b&amp;gt;: If you win a trick with a 6, you may steal a random card from your opponents hand, then return any card back to their hand.&lt;br /&gt;
* &amp;lt;b&amp;gt;9&amp;lt;/b&amp;gt;: If you win a trick with a 9, your opponent gets to lead the next trick.&lt;br /&gt;
* &amp;lt;b&amp;gt;Valknut&amp;lt;/b&amp;gt;: Destroys the trick it is played in (no point awarded). If two are played in the same trick, the trump is replaced with the top card of the deck.&lt;br /&gt;
* &amp;lt;b&amp;gt;Hagalaz&amp;lt;/b&amp;gt;: The lowest card. It loses all tricks, but also gives you the lead for the following trick. If two are played, the second one has this effect.&lt;br /&gt;
&lt;br /&gt;
== Scoring ==&lt;br /&gt;
&lt;br /&gt;
After all cards have been played points for the hand are awarded as follows:&lt;br /&gt;
* 1 point per trick won&lt;br /&gt;
* 5 points for winning exactly 3 or 4 tricks&lt;br /&gt;
* 10 points for bidding correctly&lt;br /&gt;
&lt;br /&gt;
== Variants ==&lt;br /&gt;
&lt;br /&gt;
=== 5-Trick Bonus ===&lt;br /&gt;
&lt;br /&gt;
An early draft of the rules provided the 5 point bonus to hands where 5 tricks are won (in addition to 3 and 4). This has been provided as an option, but is not the intended design of the publishers. It is provided for players who may have played this way previously.&lt;br /&gt;
&lt;br /&gt;
=== 3 Players ===&lt;br /&gt;
&lt;br /&gt;
A 3-player variant is supported, but not recommended. The rules are altered as follows:h&lt;br /&gt;
* Players are dealt 11 cards per hand.&lt;br /&gt;
* The game ends at 40 points instead of 50.&lt;br /&gt;
* No 5-point bonuses are awarded.&lt;br /&gt;
* You may choose which player to use special abilities on.&lt;br /&gt;
* The 9&#039;s ability gives the lead to the player after the trick winner.&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6834</id>
		<title>Gamehelpherrlof</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6834"/>
		<updated>2021-01-11T12:32:37Z</updated>

		<summary type="html">&lt;p&gt;V k k: /* Gameplay */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Herrlof deck consists of 42 cards:&lt;br /&gt;
* 1-9 in 4 suits&lt;br /&gt;
* 3 Valknut (no suit)&lt;br /&gt;
* 3 Hagalaz (no suit)&lt;br /&gt;
&lt;br /&gt;
Each hand, players are dealt 15 cards, and one card is dealt face up to the table. The suit of the table card becomes the current trump (Valknut or Hagalaz mean there is no trump suit.)&lt;br /&gt;
&lt;br /&gt;
The game is played over several hands. Players secretly bid how many tricks they think they&#039;ll win. Points are awarded for correct bids, as well as tricks won. If a player has 50 or more points at the end of a hand, the game is over and the player with the highest score wins. Ties are broken by most correct bids throughout the game.&lt;br /&gt;
&lt;br /&gt;
== Gameplay ==&lt;br /&gt;
&lt;br /&gt;
Opening play alternates between hands. For each trick, the lead player may play any card. If the card is suited, their opponent must follow suit if able. However, a non-suited card may be played at any time (even if it&#039;s possible to follow suit). The highest card of the lead suit wins the trick unless a card of the trump suit is played. Then the highest trump suited card wins the trick.&lt;br /&gt;
&lt;br /&gt;
Some cards have special abilities:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;: If you win a trick with a 1, you may steal a trick (point) from their opponent. The stolen point must have been earned in that hand.&lt;br /&gt;
* &amp;lt;b&amp;gt;3&amp;lt;/b&amp;gt;: When you play a 3, you may immediately draw a card from the deck of undealt cards, then return a card to the bottom of the deck.&lt;br /&gt;
* &amp;lt;b&amp;gt;6&amp;lt;/b&amp;gt;: If you win a trick with a 6, you may steal a random card from your opponents hand, then return any card back to their hand.&lt;br /&gt;
* &amp;lt;b&amp;gt;9&amp;lt;/b&amp;gt;: If you win a trick with a 9, your opponent gets to lead the next trick.&lt;br /&gt;
* &amp;lt;b&amp;gt;Valknut&amp;lt;/b&amp;gt;: Destroys the trick it is played in (no point awarded). If two are played in the same trick, the trump is replaced with the top card of the deck.&lt;br /&gt;
* &amp;lt;b&amp;gt;Hagalaz&amp;lt;/b&amp;gt;: The lowest card. It loses all tricks, but also gives you the lead for the following trick. If two are played, the second one has this effect.&lt;br /&gt;
&lt;br /&gt;
== Scoring ==&lt;br /&gt;
&lt;br /&gt;
After all cards have been played points for the hand are awarded as follows:&lt;br /&gt;
* 1 point per trick won&lt;br /&gt;
* 5 points for winning exactly 3 or 4 tricks&lt;br /&gt;
* 10 points for bidding correctly&lt;br /&gt;
&lt;br /&gt;
== Variants ==&lt;br /&gt;
&lt;br /&gt;
=== 5-Trick Bonus ===&lt;br /&gt;
&lt;br /&gt;
An early draft of the rules provided the 5 point bonus to hands where 5 tricks are won (in addition to 3 and 4). This has been provided as an option, but is not the intended design of the publishers. It is provided for players who may have played this way previously.&lt;br /&gt;
&lt;br /&gt;
=== 3 Players ===&lt;br /&gt;
&lt;br /&gt;
A 3-player variant is supported, but not recommended. The rules are altered as follows:h&lt;br /&gt;
* Players are dealt 11 cards per hand.&lt;br /&gt;
* The game ends at 40 points instead of 50.&lt;br /&gt;
* No 5-point bonuses are awarded.&lt;br /&gt;
* You may choose which player to use special abilities on.&lt;br /&gt;
* The 9&#039;s ability gives the lead to the player after the trick winner.&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6833</id>
		<title>Gamehelpherrlof</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6833"/>
		<updated>2021-01-11T12:01:52Z</updated>

		<summary type="html">&lt;p&gt;V k k: /* 3 Players */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Herrlof deck consists of 42 cards:&lt;br /&gt;
* 1-9 in 4 suits&lt;br /&gt;
* 3 Valknut (no suit)&lt;br /&gt;
* 3 Hagalaz (no suit)&lt;br /&gt;
&lt;br /&gt;
Each hand, players are dealt 15 cards, and one card is dealt face up to the table. The suit of the table card becomes the current trump (Valknut or Hagalaz mean there is no trump suit.)&lt;br /&gt;
&lt;br /&gt;
The game is played over several hands. Players secretly bid how many tricks they think they&#039;ll win. Points are awarded for correct bids, as well as tricks won. If a player has 50 or more points at the end of a hand, the game is over and the player with the highest score wins. Ties are broken by most correct bids throughout the game.&lt;br /&gt;
&lt;br /&gt;
== Gameplay ==&lt;br /&gt;
&lt;br /&gt;
Opening play alternates between hands. For each trick, the lead player may play any card. If the card is suited, their opponent must follow suit if able. However, a non-suited card may be played at any time (even if it&#039;s possible to follow suit). The highest card of the lead suit wins the trick unless a card of the trump suit is played. Then the highest trump suited card wins the trick.&lt;br /&gt;
&lt;br /&gt;
Some cards have special abilities:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;: If you win a trick with a 1, you may steal a trick (point) from their opponent. The stolen point must have been earned in that hand.&lt;br /&gt;
* &amp;lt;b&amp;gt;3&amp;lt;/b&amp;gt;: When you play a 3, you may immediately draw a card from the deck of undealt cards, then return a card to the bottom of the deck.&lt;br /&gt;
* &amp;lt;b&amp;gt;6&amp;lt;/b&amp;gt;: If you win a trick with a 6, you may steal a card from your opponents hand, then return any card back to their hand.&lt;br /&gt;
* &amp;lt;b&amp;gt;9&amp;lt;/b&amp;gt;: If you win a trick with a 9, your opponent gets to lead the next trick.&lt;br /&gt;
* &amp;lt;b&amp;gt;Valknut&amp;lt;/b&amp;gt;: Destroys the trick it is played in (no point awarded). If two are played in the same trick, the trump is replaced with the top card of the deck.&lt;br /&gt;
* &amp;lt;b&amp;gt;Hagalaz&amp;lt;/b&amp;gt;: The lowest card. It loses all tricks, but also gives you the lead for the following trick. If two are played, the second one has this effect.&lt;br /&gt;
&lt;br /&gt;
== Scoring ==&lt;br /&gt;
&lt;br /&gt;
After all cards have been played points for the hand are awarded as follows:&lt;br /&gt;
* 1 point per trick won&lt;br /&gt;
* 5 points for winning exactly 3 or 4 tricks&lt;br /&gt;
* 10 points for bidding correctly&lt;br /&gt;
&lt;br /&gt;
== Variants ==&lt;br /&gt;
&lt;br /&gt;
=== 5-Trick Bonus ===&lt;br /&gt;
&lt;br /&gt;
An early draft of the rules provided the 5 point bonus to hands where 5 tricks are won (in addition to 3 and 4). This has been provided as an option, but is not the intended design of the publishers. It is provided for players who may have played this way previously.&lt;br /&gt;
&lt;br /&gt;
=== 3 Players ===&lt;br /&gt;
&lt;br /&gt;
A 3-player variant is supported, but not recommended. The rules are altered as follows:h&lt;br /&gt;
* Players are dealt 11 cards per hand.&lt;br /&gt;
* The game ends at 40 points instead of 50.&lt;br /&gt;
* No 5-point bonuses are awarded.&lt;br /&gt;
* You may choose which player to use special abilities on.&lt;br /&gt;
* The 9&#039;s ability gives the lead to the player after the trick winner.&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6832</id>
		<title>Gamehelpherrlof</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6832"/>
		<updated>2021-01-11T11:58:14Z</updated>

		<summary type="html">&lt;p&gt;V k k: First Draft of rules summary&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Herrlof deck consists of 42 cards:&lt;br /&gt;
* 1-9 in 4 suits&lt;br /&gt;
* 3 Valknut (no suit)&lt;br /&gt;
* 3 Hagalaz (no suit)&lt;br /&gt;
&lt;br /&gt;
Each hand, players are dealt 15 cards, and one card is dealt face up to the table. The suit of the table card becomes the current trump (Valknut or Hagalaz mean there is no trump suit.)&lt;br /&gt;
&lt;br /&gt;
The game is played over several hands. Players secretly bid how many tricks they think they&#039;ll win. Points are awarded for correct bids, as well as tricks won. If a player has 50 or more points at the end of a hand, the game is over and the player with the highest score wins. Ties are broken by most correct bids throughout the game.&lt;br /&gt;
&lt;br /&gt;
== Gameplay ==&lt;br /&gt;
&lt;br /&gt;
Opening play alternates between hands. For each trick, the lead player may play any card. If the card is suited, their opponent must follow suit if able. However, a non-suited card may be played at any time (even if it&#039;s possible to follow suit). The highest card of the lead suit wins the trick unless a card of the trump suit is played. Then the highest trump suited card wins the trick.&lt;br /&gt;
&lt;br /&gt;
Some cards have special abilities:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;: If you win a trick with a 1, you may steal a trick (point) from their opponent. The stolen point must have been earned in that hand.&lt;br /&gt;
* &amp;lt;b&amp;gt;3&amp;lt;/b&amp;gt;: When you play a 3, you may immediately draw a card from the deck of undealt cards, then return a card to the bottom of the deck.&lt;br /&gt;
* &amp;lt;b&amp;gt;6&amp;lt;/b&amp;gt;: If you win a trick with a 6, you may steal a card from your opponents hand, then return any card back to their hand.&lt;br /&gt;
* &amp;lt;b&amp;gt;9&amp;lt;/b&amp;gt;: If you win a trick with a 9, your opponent gets to lead the next trick.&lt;br /&gt;
* &amp;lt;b&amp;gt;Valknut&amp;lt;/b&amp;gt;: Destroys the trick it is played in (no point awarded). If two are played in the same trick, the trump is replaced with the top card of the deck.&lt;br /&gt;
* &amp;lt;b&amp;gt;Hagalaz&amp;lt;/b&amp;gt;: The lowest card. It loses all tricks, but also gives you the lead for the following trick. If two are played, the second one has this effect.&lt;br /&gt;
&lt;br /&gt;
== Scoring ==&lt;br /&gt;
&lt;br /&gt;
After all cards have been played points for the hand are awarded as follows:&lt;br /&gt;
* 1 point per trick won&lt;br /&gt;
* 5 points for winning exactly 3 or 4 tricks&lt;br /&gt;
* 10 points for bidding correctly&lt;br /&gt;
&lt;br /&gt;
== Variants ==&lt;br /&gt;
&lt;br /&gt;
=== 5-Trick Bonus ===&lt;br /&gt;
&lt;br /&gt;
An early draft of the rules provided the 5 point bonus to hands where 5 tricks are won (in addition to 3 and 4). This has been provided as an option, but is not the intended design of the publishers. It is provided for players who may have played this way previously.&lt;br /&gt;
&lt;br /&gt;
=== 3 Players ===&lt;br /&gt;
&lt;br /&gt;
A 3-player variant is supported, but not recommended. The rules are altered as follows:&lt;br /&gt;
* The game ends at 40 points instead of 50.&lt;br /&gt;
* No 5-point bonuses are awarded.&lt;br /&gt;
* You may choose which player to use special abilities on.&lt;br /&gt;
* The 9&#039;s ability gives the lead to the player after the trick winner.&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Help&amp;diff=6831</id>
		<title>Help</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Help&amp;diff=6831"/>
		<updated>2021-01-11T11:09:41Z</updated>

		<summary type="html">&lt;p&gt;V k k: Add Herrlof to alpha list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An issue? A question?&lt;br /&gt;
&lt;br /&gt;
* [https://boardgamearena.com/#!faq Frequently asked questions] is the most complete source of help for BGA.&lt;br /&gt;
&lt;br /&gt;
* [https://forum.boardgamearena.com Forums] are also helpful to get information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
Game names which are displayed in red still need game help/summaries written for them. So help out and write one for them by creating a new page for these games. To do so simply click on them below, this will direct you to a page creation page.&lt;br /&gt;
&amp;lt;table cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;5&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&#039;&#039;&#039;Available on BGA&#039;&#039;&#039;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;&#039;&#039;&#039;Beta Games&#039;&#039;&#039;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;&#039;&#039;&#039;Alpha Games&#039;&#039;&#039;&amp;lt;td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;&#039;&#039;&#039;Removed from BGA&#039;&#039;&#039;&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
* [[Gamehelpsechsnimmt|6 Nimmt!]]&lt;br /&gt;
* [[Gamehelpsevenwonders|7 Wonders]]&lt;br /&gt;
* [[Gamehelpeightmastersrevenge|8 Master&#039;s Revenge]]&lt;br /&gt;
* [[Gamehelpamyitis|Amyitis]]&lt;br /&gt;
* [[Gamehelpapocalypseazcc|Apocalypse at the Zoo of Carson City]]&lt;br /&gt;
* [[Gamehelparmadora|Armadöra]]&lt;br /&gt;
* [[Gamehelpassyria|Assyria]]&lt;br /&gt;
* [[Gamehelpalveole|Alveole]]&lt;br /&gt;
* [[Gamehelpbackgammon|Backgammon]]&lt;br /&gt;
* [[Gamehelpbandido|Bandido]]&lt;br /&gt;
* [[Gamehelpbarbu|Barbu]]&lt;br /&gt;
* [[Gamehelpbattleoflits|Battle of LITS]]&lt;br /&gt;
* [[Gamehelpbattlesheep|Battle Sheep]]&lt;br /&gt;
* [[Gamehelpbattleship|Battleship]]&lt;br /&gt;
* [[Gamehelpbelote|Belote]]&lt;br /&gt;
* [[Gamehelpbigtimesoccer|Big Time Soccer]]&lt;br /&gt;
* [[Gamehelpblooms|Blooms]]&lt;br /&gt;
* [[Gamehelpbobail|Bobail]]&lt;br /&gt;
* [[Gamehelpbombay|Bombay]]&lt;br /&gt;
* [[Gamehelpboomerangaustralia|Boomerang: Australia]]&lt;br /&gt;
* [[Gamehelpbriscola|Briscola]]&lt;br /&gt;
* [[Gamehelpbubbleepop|Bubblee Pop]]&lt;br /&gt;
* [[Gamehelpbutterfly|Butterfly]]&lt;br /&gt;
* [[Gamehelpbuttons|Buttons]]&lt;br /&gt;
* [[Gamehelpcacao|Cacao]]&lt;br /&gt;
* [[Gamehelpcantstop|Can&#039;t Stop]]&lt;br /&gt;
* [[Gamehelpcarcassonne|Carcassonne]]&lt;br /&gt;
* [[Gamehelpcarcassonnehuntersandgatherers|Carrassonne: Hunters and Gatherers]]&lt;br /&gt;
* [[Gamehelpcaribbeanallfours|Caribbean All Fours]]&lt;br /&gt;
* [[Gamehelpcaylus|Caylus]]&lt;br /&gt;
* [[Gamehelpcelestia|Celestia]]&lt;br /&gt;
* [[Gamehelpchakra|Chakra]]&lt;br /&gt;
* [[Gamehelpcheckers|Checkers]]&lt;br /&gt;
* [[Gamehelpchess|Chess]]&lt;br /&gt;
* [[Gamehelpchinagold|China Gold]]&lt;br /&gt;
* [[Gamehelpcinco|Cinco]]&lt;br /&gt;
* [[Gamehelpcircleoflife|Circle of Life]]&lt;br /&gt;
* [[Gamehelpclansofcaledonia|Clans of Caledonia]]&lt;br /&gt;
* [[Gamehelpcoinche|Coinche]]&lt;br /&gt;
* [[Gamehelpcolorpop|Color Pop]]&lt;br /&gt;
* [[Gamehelpcoloretto|Coloretto]]&lt;br /&gt;
* [[Gamehelpcoltexpress|Colt Express]]&lt;br /&gt;
* [[Gamehelpconsonar|Con Sonar!]]&lt;br /&gt;
* [[Gamehelpconcept|Concept]]&lt;br /&gt;
* [[Gamehelpconnectfour|Connect Four]]&lt;br /&gt;
* [[Gamehelpconnect6|Connect 6]]&lt;br /&gt;
* [[Gamehelpcoupcitystate|Coup]]&lt;br /&gt;
* [[Gamehelpcrazyfarmers|Crazy Farmers]]&lt;br /&gt;
* [[Gamehelpcribbage|Cribbage]]&lt;br /&gt;
* [[Gamehelpdarkagent|Dark Agent]]&lt;br /&gt;
* [[Gamehelpdiams|Diam&#039;s]]&lt;br /&gt;
* [[Gamehelpdiceforge|Dice Forge]]&lt;br /&gt;
* [[Gamehelpdjambi|Djambi]]&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
* [[Gamehelpdownforce|Downforce]]&lt;br /&gt;
* [[Gamehelpdragoncastle|Dragon Castle]]&lt;br /&gt;
* [[Gamehelpdragonline|Dragon Line]]&lt;br /&gt;
* [[Gamehelpdragonkeeper|Dragon Keeper: The Dungeon]]&lt;br /&gt;
* [[Gamehelpdragonheart|Dragonheart]]&lt;br /&gt;
* [[Gamehelpdungeonroll|Dungeon Roll]]&lt;br /&gt;
* [[Gamehelpdungeontwister|Dungeon Twister]]&lt;br /&gt;
* [[Gamehelpelfenland|Elfenland]]&lt;br /&gt;
* [[Gamehelpeminentdomain|Eminent Domain]]&lt;br /&gt;
* [[Gamehelpakeruption|Eruption]]&lt;br /&gt;
* [[Gamehelpevo|Evo: The &amp;quot;Game no Name&amp;quot;]]&lt;br /&gt;
* [[Gamehelpnorthwestpassage|Expedition: Northwest Passage]]&lt;br /&gt;
* [[Gamehelpfinity|Finity]]&lt;br /&gt;
* [[Gamehelpflamingpyramids|Flaming Pyramids]]&lt;br /&gt;
* [[Gamehelpflorenzacardgame|Florenza: The Card Game]]&lt;br /&gt;
* [[Gamehelpforsale|For Sale]]&lt;br /&gt;
* [[Gamehelpforbiddenisland|Forbidden Island]]&lt;br /&gt;
* [[Gamehelpfourcolorcards|Four Color Cards]]&lt;br /&gt;
* [[Gamehelpfrenchtarot|French Tarot]]&lt;br /&gt;
* [[Gamehelpgaia|Gaia]]&lt;br /&gt;
* [[Gamehelpgearnpiston|Gear &amp;amp; Piston]]&lt;br /&gt;
* [[Gamehelpgo|Go]]&lt;br /&gt;
* [[Gamehelpgomoku|Gomoku]]&lt;br /&gt;
* [[Gamehelpgorami|GORami]]&lt;br /&gt;
* [[Gamehelpgosu|Gosu]]&lt;br /&gt;
* [[Gamehelpguildes|Guildes]]&lt;br /&gt;
* [[Gamehelpgyges|Gygès]]&lt;br /&gt;
* [[Gamehelphacktrick|Hack Trick]]&lt;br /&gt;
* [[Gamehelphaggis|Haggis]]&lt;br /&gt;
* [[Gamehelphaiclue|Haiclue]]&lt;br /&gt;
* [[Gamehelphawaii|Hawaii]]&lt;br /&gt;
* [[Gamehelphanabi|Hanabi]]&lt;br /&gt;
* [[Gamehelphearts|Hearts]]&lt;br /&gt;
* [[Gamehelphex|Hex]]&lt;br /&gt;
* [[Gamehelphive|Hive]]&lt;br /&gt;
* [[Gamehelphungariantarokk|Hungarian Tarokk]]&lt;br /&gt;
* [[Gamehelphypnosia|Hypnosia]]&lt;br /&gt;
* [[Gamehelpicecoldicehockey|Ice Cold Ice Hockey]]&lt;br /&gt;
* [[Gamehelpincangold|Incan Gold]]&lt;br /&gt;
* [[Gamehelpintheyearofthedragon|In the Year of the Dragon]]&lt;br /&gt;
* [[Gamehelpinjawara|Injawara]]&lt;br /&gt;
* [[Gamehelpinnovation|Innovation]]&lt;br /&gt;
* [[Gamehelpissac|Isaac]]&lt;br /&gt;
* [[Gamehelpjaipur|Jaipur]]&lt;br /&gt;
* [[Gamehelpjumpgate|Jump Gate]]&lt;br /&gt;
* [[Gamehelpk2|K2]]&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
* [[Gamehelpkabaleo|Kabaleo]]&lt;br /&gt;
* [[Gamehelpkahuna|Kahuna]]&lt;br /&gt;
* [[Gamehelpkalah|Kalah]]&lt;br /&gt;
* [[Gamehelpkami|Kami]]&lt;br /&gt;
* [[Gamehelpkeyflower|Keyflower]]&lt;br /&gt;
* [[Gamehelpkhronos|Khronos]]&lt;br /&gt;
* [[Gamehelpkingdombuilder|Kingdom Builder]]&lt;br /&gt;
* [[Gamehelpkingdomino|Kingdomino]]&lt;br /&gt;
* [[Gamehelpklaverjassen|Klaverjassen]]&lt;br /&gt;
* [[Gamehelpkoikoi|Koi-koi]]&lt;br /&gt;
* [[Gamehelpkrosmasterarena|Krosmaster Arena]]&lt;br /&gt;
* [[Gamehelpkoryo|Koryŏ]]&lt;br /&gt;
* [[Gamehelpkqj|KQJ]]&lt;br /&gt;
* [[Gamehelplagranja|La Granja]]&lt;br /&gt;
* [[Gamehelpledernierpeuple|Le Dernier Peuple]]&lt;br /&gt;
* [[Gamehelplegendaryinventors|Legendary Inventors]]&lt;br /&gt;
* [[Gamehelplewisandclark|Lewis and Clark]]&lt;br /&gt;
* [[Gamehelplibertalia|Libertalia]]&lt;br /&gt;
* [[Gamehelplinesofaction|Lines of Action]]&lt;br /&gt;
* [[Gamehelplogger|Logger]]&lt;br /&gt;
* [[Gamehelplordsofxidit|Lords of Xidit]]&lt;br /&gt;
* [[Gamehelplostcities|Lost Cities]]&lt;br /&gt;
* [[Gamehelploveletter|Love Letter]]&lt;br /&gt;
* [[Gamehelpluckynumbers|Lucky Numbers]]&lt;br /&gt;
* [[Gamehelpluxor|Luxor]]&lt;br /&gt;
* [[Gamehelpmachiavelli|Machiavelli]]&lt;br /&gt;
* [[Gamehelpmadeira|Madeira]]&lt;br /&gt;
* [[Gamehelpmammalath|Mammalath]]&lt;br /&gt;
* [[Gamehelpmapmaker|Mapmaker: The Gerrymandering Game]]&lt;br /&gt;
* [[Gamehelpmarcopolotwo|Marco Polo II: In the Service of the Khan]]&lt;br /&gt;
* [[Gamehelpmarrakech|Marrakech]]&lt;br /&gt;
* [[Gamehelpmarram|Marram]]&lt;br /&gt;
* [[Gamehelpmartiandice|Martian Dice]]&lt;br /&gt;
* [[Gamehelpmetromania|Metromania]]&lt;br /&gt;
* [[Gamehelpmrjack|Mr Jack]]&lt;br /&gt;
* [[Gamehelpnangaparbat|Nanga Parbat]]&lt;br /&gt;
* [[Gamehelpnautilus|Nautilus]]&lt;br /&gt;
* [[Gamehelpneutreeko|Neutreeko]]&lt;br /&gt;
* [[Gamehelpniagara|Niagara]]&lt;br /&gt;
* [[Gamehelpnile|Nile]]&lt;br /&gt;
* [[Gamehelpninemensmorris|Nine Men&#039;s Morris]]&lt;br /&gt;
* [[Gamehelpninetynine|Ninety-Nine (Trick-taking)]]&lt;br /&gt;
* [[Gamehelpnippon|Nippon]]&lt;br /&gt;
* [[Gamehelpnoirkvi|Noir: Killer versus Inspector]]&lt;br /&gt;
* [[Gamehelpnotalone|Not Alone]]&lt;br /&gt;
* [[Gamehelpnxs|NXS]]&lt;br /&gt;
* [[Gamehelpofftherails|Off the Rails]]&lt;br /&gt;
* [[Gamehelpohhell|Oh Hell!]]&lt;br /&gt;
* [[Gamehelpohseven|Oh Seven]]&lt;br /&gt;
* [[Gamehelporigin|Origin]]&lt;br /&gt;
* [[Gamehelpoutlaws|Outlaws:Last Man Standing]]&lt;br /&gt;
* [[Gamehelppalace|Palace]]&lt;br /&gt;
* [[Gamehelppapayoo|Papayoo]]&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
* [[Gamehelppennypress|Penny Press]]&lt;br /&gt;
* [[Gamehelpdudo|Perudo]]&lt;br /&gt;
* [[Gamehelppi|P.I.]]&lt;br /&gt;
* [[Gamehelppiratenkapern|Piraten Kapern]]&lt;br /&gt;
* [[Gamehelppolis|Polis:Fight for Hegemony]]&lt;br /&gt;
* [[Gamehelpponte|Ponte del Diavolo]]&lt;br /&gt;
* [[Gamehelppotionexplosion|Potion Explosion]]&lt;br /&gt;
* [[Gamehelppresident|President]]&lt;br /&gt;
* [[Gamehelppuertorico|Puerto Rico]]&lt;br /&gt;
* [[Gamehelppylos|Pylos]]&lt;br /&gt;
* [[Gamehelpquantik|Quantik]]&lt;br /&gt;
* [[Gamehelpquantum|Quantum]]&lt;br /&gt;
* [[Gamehelpquarto|Quarto]]&lt;br /&gt;
* [[Gamehelpquoridor|Quoridor]]&lt;br /&gt;
* [[Gamehelpraceforthegalaxy|Race for the Galaxy]]&lt;br /&gt;
* [[Gamehelprallymangt|Rallyman: GT]]&lt;br /&gt;
* [[Gamehelpredseven|Red 7]]&lt;br /&gt;
* [[Gamehelprememberwhen|Remember When]]&lt;br /&gt;
* [[Gamehelpreversi|Reversi]]&lt;br /&gt;
* [[Gamehelprollforthegalaxy|Roll for the Galaxy]]&lt;br /&gt;
* [[Gamehelprussianrailroads|Russian Railroads]]&lt;br /&gt;
* [[Gamehelpsaboteur|Saboteur]]&lt;br /&gt;
* [[Gamehelpsaintpeterburg|Saint Petersburg]]&lt;br /&gt;
* [[Gamehelpsaintpoker|Saint Poker]]&lt;br /&gt;
* [[Gamehelpsantorini|Santorini]]&lt;br /&gt;
* [[Gamehelpsapiens|Sapiens]]&lt;br /&gt;
* [[Gamehelpseasons|Seasons]]&lt;br /&gt;
* [[Gamehelpsecretmoon|Secret Moon]]&lt;br /&gt;
* [[Gamehelpsenet|Senet]]&lt;br /&gt;
* [[Gamehelpsiam|Siam]]&lt;br /&gt;
* [[Gamehelpsignorie|Signorie]]&lt;br /&gt;
* [[Gamehelpskat|Skat]]&lt;br /&gt;
* [[Gamehelpsmallislands|Small Islands]]&lt;br /&gt;
* [[Gamehelpsobek|Sobek]]&lt;br /&gt;
* [[Gamehelpsolo|Solo]]&lt;br /&gt;
* [[Gamehelpsoluna|Soluna]]&lt;br /&gt;
* [[Gamehelpspades|Spades]]&lt;br /&gt;
* [[Gamehelpspyrium|Spyrium]]&lt;br /&gt;
* [[Gamehelpstirfryeighteen|Stir Fry Eighteen]]&lt;br /&gt;
* [[Gamehelpstoneage|Stone Age]]&lt;br /&gt;
* [[Gamehelpsushigo|Sushi Go]]&lt;br /&gt;
* [[Gamehelptabult|Tabult]]&lt;br /&gt;
* [[Gamehelptakaraisland|Takara Island]]&lt;br /&gt;
* [[Gamehelptakenoko|Takenoko]]&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
* [[Gamehelptaluva|Taluva]]&lt;br /&gt;
* [[Gamehelptargi|Targi]]&lt;br /&gt;
* [[Gamehelptashkalar|Tash-Kalar]]&lt;br /&gt;
* [[Gamehelpteatime|Tea Time]]&lt;br /&gt;
* [[Gamehelpteotihuacan|Teotihuacan: City of Gods]]&lt;br /&gt;
* [[Gamehelpterramystica|Terra Mystica]]&lt;br /&gt;
* [[Gamehelpbattleforhill|The Battle for Hill 218]]&lt;br /&gt;
* [[Gamehelptheboss|The Boss]]&lt;br /&gt;
* [[Gamehelpthebuilders|The Builders:Antiquity]]&lt;br /&gt;
* [[Gamehelpthebuilders|The Builders:Middle Ages]]&lt;br /&gt;
* [[Gamehelpthejellymonsterlab|The Jelly Monster Lab]]&lt;br /&gt;
* [[Gamehelpthekingsguild|The King&#039;s Guild]]&lt;br /&gt;
* [[Gamehelpcarrara|The Palaces of Carrara]]&lt;br /&gt;
* [[Gamehelptheruhr|The Ruhr:A Story of Coal Trade]]&lt;br /&gt;
* [[Gamehelpmarcopolo|The Voyages of Marco Polo]]&lt;br /&gt;
* [[Gamehelpwerewolves|The Werewolves of Miller&#039;s Hollow]]&lt;br /&gt;
* [[Gamehelpthermopyles|Thermopyles]]&lt;br /&gt;
* [[Gamehelpthroughtheages|Through the Ages]]&lt;br /&gt;
* [[Gamehelptiki|Tiki]]&lt;br /&gt;
* [[Gamehelptimemasters|Time Masters]]&lt;br /&gt;
* [[Gamehelptabago|Tobago]]&lt;br /&gt;
* [[Gamehelptock|Tock]]&lt;br /&gt;
* [[Gamehelptoeshambo|Toe Sham Bo]]&lt;br /&gt;
* [[Gamehelptokaido|Tokaido]]&lt;br /&gt;
* [[Gamehelptournay|Tournay]]&lt;br /&gt;
* [[Gamehelptrekkingtheworld|Trekking the World]]&lt;br /&gt;
* [[Gamehelptroyes|Troyes]]&lt;br /&gt;
* [[Gamehelpturnthetide|Turn the Tide]]&lt;br /&gt;
* [[Gamehelptwintinbots|Twin Tin Bots]]&lt;br /&gt;
* [[Gamehelptzolkin|Tzolk&#039;in]]&lt;br /&gt;
* [[Gamehelpunclechestnuttablegype|Uncle Chesnut&#039;s Table Gype]]&lt;br /&gt;
* [[Gamehelpunitedsquare|United Square]]&lt;br /&gt;
* [[Gamehelpveggiegarden|Veggie Garden]]&lt;br /&gt;
* [[Gamehelpveletas|Veletas]]&lt;br /&gt;
* [[Gamehelpwelcometo|Welcome To]]&lt;br /&gt;
* [[Gamehelpwelcometonewlasvegas|Welcome To New Las Vegas]]&lt;br /&gt;
* [[Gamehelpwhisttwentytwo|Whist 22]]&lt;br /&gt;
* [[Gamehelpxiangqi|Xiangqi]]&lt;br /&gt;
* [[Gamehelpyatzy|Yahtzee]]&lt;br /&gt;
* [[Gamehelpyokai|Yokai]]&lt;br /&gt;
* [[Gamehelpyokohama|Yokohama]]&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
* [[Gamehelpfistfulofgold|A Fistful of Gold]]&lt;br /&gt;
* [[Gamehelpalhambra|Alhambra]]&lt;br /&gt;
* [[Gamehelpballoonpop|Balloon Pop]]&lt;br /&gt;
* [[Gamehelpbids|Bids]]&lt;br /&gt;
* [[Gamehelpbiyi|Biyi]]&lt;br /&gt;
* [[Gamehelpblueskies|Blue Skies]]&lt;br /&gt;
* [[Gamehelpcaravan|Caravan]]&lt;br /&gt;
* [[Gamehelpcitybigshoulders|City of the Big Shoulders]]&lt;br /&gt;
* [[Gamehelpdicesummoners|Dice Summoners]]&lt;br /&gt;
* [[Gamehelpdingodreams|Dingo&#039;s Dreams]]&lt;br /&gt;
* [[Gamehelpdinosaurteaparty|Dinosaur Tea Party]]&lt;br /&gt;
* [[Gamehelpfleet|Fleet]]&lt;br /&gt;
* [[Gamehelpgrosstarock|Grosstarock]]&lt;br /&gt;
* [[Gamehelpherooj|Herooj]]&lt;br /&gt;
* [[Gamehelpillustori|Illustori]]&lt;br /&gt;
* [[Gamehelpjekyllvshide|Jekyll vs Hyde]]&lt;br /&gt;
* [[Gamehelpjustdesserts|Just Desserts]]&lt;br /&gt;
* [[Gamehelplettertycoon|Letter Tycoon]]&lt;br /&gt;
* [[Gamehelpmijnlieff|Mijnlieff]]&lt;br /&gt;
* [[Gamehelppedro|Pedro]]&lt;br /&gt;
* [[Gamehelpphat|Phat]]&lt;br /&gt;
* [[Gamehelppresident|President]]&lt;br /&gt;
* [[Gamehelpquetzal|Quetzal]]&lt;br /&gt;
* [[Gamehelproomtwentyfive|Room 25]]&lt;br /&gt;
* [[Gamehelpschroedingerscats|Schrodinger&#039;s Cats]]&lt;br /&gt;
* [[Gamehelpsquadro|Squadro]]&lt;br /&gt;
* [[Gamehelpviamagica|Via Magica]]&lt;br /&gt;
* [[Gamehelpxanadu|Xanadu]]&lt;br /&gt;
* [[Gamehelpyinyang|Yin Yang]]&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
* [[Gamehelpthirteenclues|13 Clues]]&lt;br /&gt;
* [[Gamehelpbang|Bang!]]&lt;br /&gt;
* [[Gamehelpbohnanza|Bohnanza]]&lt;br /&gt;
* [[Gamehelpdicehospital|Dice Hospital]]&lt;br /&gt;
* [[Gamehelpdraftosaurus|Draftosaurus]]&lt;br /&gt;
* [[Gamehelpdungeonpetz|Dungeon Petz]]&lt;br /&gt;
* [[Gamehelpherrlof|Herrlof]]&lt;br /&gt;
* [[Gamehelpnothanks|No Thanks!]]&lt;br /&gt;
* [[Gamehelpninetynineaddition|Ninety-Nine (Addition)]]&lt;br /&gt;
* [[Gamehelpone|ONE]]&lt;br /&gt;
* [[Gamehelporiflamme|Oriflamme]]&lt;br /&gt;
* [[Gamehelppinochle|Pinochle]]&lt;br /&gt;
* [[Gamehelppokertexasholdem|Poker Texas Hold&#039;em]]&lt;br /&gt;
* [[Gamehelpresarcana|Res Arcana]]&lt;br /&gt;
* [[Gamehelpsergeantmajor|Sergeant Major]]&lt;br /&gt;
* [[Gamehelpwizard|Wizard]]&lt;br /&gt;
* [[Gamehelpyspahan|Yspahan]]&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
* [[Gamehelpdominion|Dominion]]&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About available games and their content ==&lt;br /&gt;
&lt;br /&gt;
Games are games and it&#039;s all up to publishers to make them relevant or accurate to history, or not.&lt;br /&gt;
&lt;br /&gt;
We&#039;re focusing on gameplay and rules. We&#039;re not history books, nor an accurate source for anything related to real things.&lt;br /&gt;
&lt;br /&gt;
BGA is against any bad behaviors on real people, and will never EVER join, talk or expose about anything about themes, history or politic.&lt;br /&gt;
&lt;br /&gt;
Also please note that they&#039;re also a source to motivate talks, reflexion, exchange and viewpoints about history and education anywhere else.&lt;br /&gt;
&lt;br /&gt;
We&#039;re a gaming platform, we welcome everyone and do efforts daily to make this place a nice place to play nice games with nice people.&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
	<entry>
		<id>https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6830</id>
		<title>Gamehelpherrlof</title>
		<link rel="alternate" type="text/html" href="https://en.doc.boardgamearena.com/index.php?title=Gamehelpherrlof&amp;diff=6830"/>
		<updated>2021-01-11T11:07:58Z</updated>

		<summary type="html">&lt;p&gt;V k k: Page creation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WIP. Just making the link valid for now.&lt;/div&gt;</summary>
		<author><name>V k k</name></author>
	</entry>
</feed>