<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://git.reviewboard.kde.org/r/119264/">https://git.reviewboard.kde.org/r/119264/</a>
     </td>
    </tr>
   </table>
   <br />





<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: 1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
 <tr>
  <td>

<div>Review request for Marble, Bernhard Beschow, Dennis Nienhüser, Torsten Rahn, and Thibaut Gridel.</div>
<div>By Abhinav Gangwar.</div>


<p style="color: grey;"><i>Updated Jan. 28, 2015, 3:59 a.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
marble
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Added an example 'marble-game' , using Marble libraries, to learn geography.
The game provides following options to play:
 1. Identify the Country Shape
 2. Identify the flag
 3. Identity Location of a Country on Map</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">The red and green pushpins I have used, in "Identity Location of a Country on Map" are from wikimedia:
1. http://commons.wikimedia.org/wiki/Category:Spherical_pushpins#mediaviewer/File:MapTackRoundHeadRed.jpg
2. http://commons.wikimedia.org/wiki/Category:Spherical_pushpins#mediaviewer/File:MapTackRoundHeadGreen.jpg</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Here is a video showing the game http://youtu.be/EJlqFjWjgbE .</p></pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Works fine here :) .</p></pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> (updated)</h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>examples/cpp/marble-game/CustomButton.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/CustomRadioButton.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/CustomSlider.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/GameMainWindow.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/GameMainWindow.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/GameOptions.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/GamesView.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/MapTackRoundHeadGreen.png <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/MapTackRoundHeadRed.png <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/Window.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/game.ui <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/gamemain.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/marbleGame.qrc <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/CMakeLists.txt <span style="color: grey">(2a3b0d5)</span></li>

 <li>examples/cpp/marble-game/CMakeLists.txt <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/CMakeLists.txt.external <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/ClickOnThat.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/ClickOnThat.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/ClickOnThat.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/CountryByFlag.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/CountryByFlag.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/CountryByFlag.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/CountryByShape.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/CountryByShape.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>examples/cpp/marble-game/CountryByShape.qml <span style="color: grey">(PRE-CREATION)</span></li>

</ul>

<p><a href="https://git.reviewboard.kde.org/r/119264/diff/" style="margin-left: 3em;">View Diff</a></p>



<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">File Attachments </h1>


 <li><a href="https://git.reviewboard.kde.org/media/uploaded/files/2014/07/14/d66172dc-0395-45a1-90de-403b411d1a5f__game.diff">game.diff</a></li>

</ul>




  </td>
 </tr>
</table>




  </div>
 </body>
</html>