<?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/bubble-breaker/home/Home/</link><description>Recent changes to Home</description><language>en</language><lastBuildDate>Wed, 30 Sep 2020 06:54:15 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/prj/codesys-games/bubble-breaker/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/bubble-breaker/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,54 @@
-Welcome to your wiki!
+[[download url=https://forge.codesys.com/svn/prj,codesys-games,bubble-breaker,code/Bubblebreaker.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/bubble-breaker/home/markdown_syntax/) syntax.
+# Bubble Breaker
+Try to arrange big areas of bubbles with the same color. 
+The more bubbles of the same color are part of an area, the more points you will get. 
+500 is quite good, 1000 is outstanding.

-[[members limit=20]]
+## Product description
+The aim of this game is to arrange big areas of bubbles of the same color. 
+The more bubbles of the same color are part of an area, the more points you will get. 
+500 is quite good, 1000 is outstanding.
+
+At the beginning the field is initialized and random color values are assigned to the bubbles. 
+The High Score is loaded from a file. 
+By selecting a bubble for the first time, the game calculates the possible points for removing the area around the bubble. 
+Clicking a second time, all bubbles in the area which have the same color are removed.
+Only areas with more than one bubble are removed. 
+
+In the next step the program checks if there are areas remaining or if the game is over. 
+When the user finishes the game and reaches a new high score, it is stored in a file. A new game can be started.
+
+## More information
+``PLC_PRG``: The main program, which initializes the game, controls the user action and checks if the game is over. 
+The selected bubbles are stored and the possible points calculated.
+
+``GenerateColor``: Randomly generates one out of five colors.
+
+``GameOver``: This program proves if there is an area with at least two bubbles of the same color. 
+If not, the game is over.
+
+``Random``: Generates a random value, which is used to generate a color for the bubbles.
+
+``RemoveBubbles``: Based on the selected bubble, the area with bubbles of the same color is marked and the 
+according points are calculated. When the area consists of more than one bubble of the same color all bubbles are removed 
+if the selected one gets clicked again. 
+Emerging gaps will be filled with the remaining bubbles and empty rows removed.
+
+``Visu``: The visualization shows the game field with all bubbles. 
+Pressing the ``New Game`` button initializes a new game in the ``PLC_PRG``. The High Score displays the value 
+from the High Score file. ``Score`` shows the current point. 
+``Selection Points`` shows the possible points for the selected area. 
+Depending on the score at the end of the game one of three banners is displayed.
+
+## 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 06:54:15 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comaf51fdf2cf2368b19f984f0c6bfd747d353ab927</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-games/bubble-breaker/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/bubble-breaker/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 06:24:51 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com1be8554567ee93083efef5c2b43eac2f7d3a81ae</guid></item></channel></rss>