21 lines
4.9 KiB
HTML
21 lines
4.9 KiB
HTML
<!DOCTYPE html PUBLIC ""
|
|
"">
|
|
<html><head><meta charset="UTF-8" /><title>Algorithmic play</title><link rel="stylesheet" type="text/css" href="css/default.css" /><link rel="stylesheet" type="text/css" href="css/highlight.css" /><script type="text/javascript" src="js/highlight.min.js"></script><script type="text/javascript" src="js/jquery.min.js"></script><script type="text/javascript" src="js/page_effects.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div id="header"><h2>Generated by <a href="https://github.com/weavejester/codox">Codox</a></h2><h1><a href="index.html"><span class="project-title"><span class="project-name">Climate-game</span> <span class="project-version">0.1.0-SNAPSHOT</span></span></a></h1></div><div class="sidebar primary"><h3 class="no-link"><span class="inner">Project</span></h3><ul class="index-link"><li class="depth-1 "><a href="index.html"><div class="inner">Index</div></a></li></ul><h3 class="no-link"><span class="inner">Topics</span></h3><ul><li class="depth-1 current"><a href="Algorithmic_Play.html"><div class="inner"><span>Algorithmic play</span></div></a></li><li class="depth-1 "><a href="Climate_Events.html"><div class="inner"><span>Climate Events</span></div></a></li><li class="depth-1 "><a href="Influencing_other_territories.html"><div class="inner"><span>Influencing other territories</span></div></a></li><li class="depth-1 "><a href="Playable_Territories.html"><div class="inner"><span>Playable Territories</span></div></a></li><li class="depth-1 "><a href="Political_Parties.html"><div class="inner"><span>Political Parties</span></div></a></li><li class="depth-1 "><a href="Strategic_Materials.html"><div class="inner"><span>Strategic materials</span></div></a></li><li class="depth-1 "><a href="User_Interface.html"><div class="inner"><span>User Interface</span></div></a></li><li class="depth-1 "><a href="intro.html"><div class="inner"><span>The Climate Game</span></div></a></li></ul><h3 class="no-link"><span class="inner">Namespaces</span></h3><ul><li class="depth-1"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>cc</span></div></div></li><li class="depth-2"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>journeyman</span></div></div></li><li class="depth-3"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>climate-game</span></div></div></li><li class="depth-4 branch"><a href="cc.journeyman.climate-game.core.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>core</span></div></a></li><li class="depth-4"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>planet</span></div></div></li><li class="depth-5"><a href="cc.journeyman.climate-game.planet.geometry.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>geometry</span></div></a></li></ul></div><div class="document" id="content"><div class="doc"><div class="markdown"><h1><a href="#algorithmic-play" id="algorithmic-play"></a>Algorithmic play</h1>
|
|
<p>Territories which are not managed by players will have to be managed algorithmically. Essentially, the algorithm may choose any <a href="Political_Parties.html">party</a> for any territory, but there will be strong biases both in the probability and the stability of party associations with territories.</p>
|
|
<p>The following associations will be made.</p>
|
|
<table>
|
|
<thead>
|
|
<tr><th> Territory </th><th> Initial party </th><th> Stability </th></tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr><td> America </td><td> <a href="Political_Parties.html#blue">Blue</a> </td><td> Volatile </td></tr>
|
|
<tr><td> Africa </td><td> <a href="Political_Parties.html#red">Red</a> </td><td> Volatile </td></tr>
|
|
<tr><td> Brazil </td><td> <a href="Political_Parties.html#blue">Blue</a> </td><td> Volatile </td></tr>
|
|
<tr><td> China </td><td> <a href="Political_Parties.html#red">Red</a> </td><td> Stable </td></tr>
|
|
<tr><td> Europe </td><td> <a href="Political_Parties.html#red">Red</a> </td><td> Intermediate </td></tr>
|
|
<tr><td> India </td><td> <a href="Political_Parties.html#blue">Blue</a> </td><td> Intermediate </td></tr>
|
|
<tr><td> Russia </td><td> <a href="Political_Parties.html#blue">Blue</a> </td><td> Volatile </td></tr>
|
|
<tr><td> Saudi Arabia </td><td> <a href="Political_Parties.html#blue">Blue</a> </td><td> Volatile </td></tr>
|
|
</tbody>
|
|
</table>
|
|
</div></div></div></body></html> |