<div dir="ltr"><div><div><div>great ! :)<br><br></div>For the level 9, I tried the following program: W W Ta W U W W W Ta, but it doesn't work.<br></div>The U function doesn't work (on my computer), or is perhaps my program wrong ?<br>
</div><br>Anyways, that's a good job :)<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Aug 3, 2013 at 2:00 PM,  <span dir="ltr"><<a href="mailto:tux4kids-discuss-request@lists.alioth.debian.org" target="_blank">tux4kids-discuss-request@lists.alioth.debian.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Tux4kids-discuss mailing list submissions to<br>
        <a href="mailto:tux4kids-discuss@lists.alioth.debian.org">tux4kids-discuss@lists.alioth.debian.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/tux4kids-discuss" target="_blank">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/tux4kids-discuss</a><br>
<br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:tux4kids-discuss-request@lists.alioth.debian.org">tux4kids-discuss-request@lists.alioth.debian.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:tux4kids-discuss-owner@lists.alioth.debian.org">tux4kids-discuss-owner@lists.alioth.debian.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Tux4kids-discuss digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Tuxcoding (mobile coding game) progress report<br>
      (deneche abdelhakim)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 3 Aug 2013 10:42:02 +0100<br>
From: deneche abdelhakim <<a href="mailto:adeneche@gmail.com">adeneche@gmail.com</a>><br>
To: <a href="mailto:tux4kids-discuss@lists.alioth.debian.org">tux4kids-discuss@lists.alioth.debian.org</a><br>
Subject: [Tux4kids-discuss] Tuxcoding (mobile coding game) progress<br>
        report<br>
Message-ID:<br>
        <<a href="mailto:CADqrX8KnXnq6U3qQpzVzfJ11ANjCvBGSVfvXR29-i4V6ZE3Fcg@mail.gmail.com">CADqrX8KnXnq6U3qQpzVzfJ11ANjCvBGSVfvXR29-i4V6ZE3Fcg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Hi everyone,<br>
<br>
Here is a report of my progress: I've been successfully following the<br>
working plan my mentor and I agreed upon at the start of the coding.<br>
The game as it stands now is already in a playable state, with a level<br>
selection menu and 10 levels available to play. The main gameplay has<br>
been implemented and the player can "write" code by dragging commands<br>
over the program's memory. The game started as a direct clone of<br>
lightbot but I found some good assets for a platformer and decided to<br>
make the game look like a platformer instead, this has the added<br>
benefit of opening up a whole new set of possible commands and<br>
challenges we can add to the game.<br>
Here are some screenshots of the current build:<br>
<br>
<a href="http://tinypic.com/r/fbhx07/5" target="_blank">http://tinypic.com/r/fbhx07/5</a><br>
<a href="http://tinypic.com/r/2hqxquc/5" target="_blank">http://tinypic.com/r/2hqxquc/5</a><br>
<a href="http://tinypic.com/r/4sz2vb/5" target="_blank">http://tinypic.com/r/4sz2vb/5</a><br>
<br>
You can try the flash version of the game here:<br>
<a href="http://www.fastswf.com/YXLVEtU" target="_blank">http://www.fastswf.com/YXLVEtU</a><br>
<br>
Try to write a program so that tux (or the creature that looks like an<br>
alien for now) collects all coins, the commands are as follows:<br>
- W: walk one tile in the current direction<br>
- Tu: turn and face the other direction<br>
- J: jump up or down in the facing direction<br>
- Ta: take what's on the current tile (coin or key)<br>
- U: use the available key to unlock the lock (need to be just next to it)<br>
- F1: call Function 1<br>
<br>
Using Haxe as a programming language was really a good choice, and I<br>
am glad I took the time to learn it, once the development environment<br>
was setup, making the game run on desktop (flash and Html5) and mobile<br>
(on my Android phone, my iPod touch and my iPad) was as easy as<br>
selecting the desired target.<br>
<br>
To try compiling the project by yourself :<br>
- grab the latest version of the project here:<br>
git@bitbucket.org:adeneche/tuxcoding.git<br>
- install haxe, openfl and haxeflixel by following this guide:<br>
<a href="http://haxeflixel.com/wiki/getting-started" target="_blank">http://haxeflixel.com/wiki/getting-started</a><br>
- go the root directory of the game and run the following command<br>
openfl test flash<br>
(this will build and run the flash version of the game, you can change<br>
flash with android/ios/html5/windows/mac)<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Tux4kids-discuss mailing list<br>
<a href="mailto:Tux4kids-discuss@lists.alioth.debian.org">Tux4kids-discuss@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/tux4kids-discuss" target="_blank">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/tux4kids-discuss</a><br>
<br>
------------------------------<br>
<br>
End of Tux4kids-discuss Digest, Vol 51, Issue 1<br>
***********************************************<br>
</blockquote></div><br></div>