<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://forge.codesys.com/prj/codesys-games/mahjongg/home/Home/</link><description>Recent changes to Home</description><language>en</language><lastBuildDate>Wed, 30 Sep 2020 07:11:58 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/prj/codesys-games/mahjongg/home/Home/feed" rel="self" type="application/rss+xml"></atom:link><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-games/mahjongg/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,43 @@
-Welcome to your wiki!
+[[download url=https://forge.codesys.com/svn/prj,codesys-games,mahjongg,code/Mahjongg.project label=project]]

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+[TOC]

-The wiki uses [Markdown](/prj/codesys-games/mahjongg/home/markdown_syntax/) syntax.
+# Mahjongg
+Find pairs of symbols, select them and they will be removed. Challenge CODESYS 
+(CODESYS plays a rather simple strategy, but hard to beat) and see if you remove more tiles. 
+The game is finished when all pairs of tiles have been removed from the board or when there 
+are no exposed pairs remaining.

-[[members limit=20]]
+## Product description
+At the beginning, the game is initialized with a field of 144 tiles with 36 different symbols. 
+A tile is said to be open or exposed if it can be moved either left or right without disturbing other tiles. 
+The goal is to match open pairs of identical tiles and remove them from the board, exposing the tiles under 
+them for play. The game is finished when all pairs of tiles have been removed from the board or when there 
+are no exposed pairs remaining.
+
+## More information
+``SelectableTile``: This function proves if the requirements mentioned above are fulfilled. 
+
+``SetCursor``: This program is responsible for setting the border of the currently selected tile. 
+
+``PlayMahjongg``: The main logic is implemented. 
+
+``GetNumOfPairs``: The number of currently available pairs is calculated.
+
+``CoDeSysPlays``: CODESYS tries three different strategies and chooses the one resulting in the fewest 
+remaining tiles.
+
+``Visualization``: The user can challenge CODESYS to play the game. CODESYS tells the user its best game. 
+Then the user can try to beat CODESYS. 
+
+``Image Pool``: The images are stored inside the project and can be accessed in the visualization with an ID.
+
+## System requirements and restrictions
+|System requirements and restrictions  | Info|
+| --- | ----------- |
+|**Programming System**                | CODESYS Development System Version 3.5.14.0 or higher|
+|**Runtime System**                    | CODESYS Control Version 3.5.14.0|
+|**Required Accessories**              | -|
+
+
+[[project_screenshots]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Wed, 30 Sep 2020 07:11:58 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com80716da15a69393847a44a53ec1e4a6e634be670</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-games/mahjongg/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/prj/codesys-games/mahjongg/home/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/ingo/"&gt;Ingo&lt;/a&gt; (admin)&lt;/li&gt;&lt;li&gt;&lt;a href="/u/mlamp/"&gt;mlamp&lt;/a&gt; (admin)&lt;/li&gt;&lt;li&gt;&lt;a href="/u/robert/"&gt;robert&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Wed, 30 Sep 2020 07:08:11 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com5db6f2734c8103aa2c74f6fc2962893bd359fd39</guid></item></channel></rss>