Recent content by CyaNn

  1. C

    Post [EDUCATION] - Algoid - Learning programming with turtle and smart language !

    V1.2.2 of Algoid is out ! With several new features: ★ aop assignation correction ★ dimention of tablet slide menu corrected (debug buttons was unavailable) ★ block app orientation during script execution ★ al.allLocalObjects, get all the objects names in the current scope ★ expressions chain...
  2. C

    Post [EDUCATION] - Algoid - Learning programming with turtle and smart language !

    New version (1.2.1) of Algoid is now out ! (Finally and Lastelly !) Whats new ? ★Adding of some examples made by users ★algo.getX() / algo.getY() / algo.getAngle() ★OBJECT.clone, automatic assignment ★plugins ready ★[all].toString magic method ★[all].ifNull magic method (null safe idiom) ★If is...
  3. C

    Post [EDUCATION] - Algoid - Learning programming with turtle and smart language !

    Version 1.2.0 of Algoid is out. With a lots of improvements : ★ new navigation concept (sliding menu on the top) ★ Desktop and Applet version ★ correct algo.getHeight bug due to animation ★ isReel renamed to isReal ★ select / copy / past tools ★ Star battle new game ★ Functional decorator new...
  4. C

    Post [EDUCATION] - Algoid - Learning programming with turtle and smart language !

    Little game created inside Algoid during train travel.... Comming soon with new IDE interface.
  5. C

    Post [EDUCATION] - Algoid - Learning programming with turtle and smart language !

    Yeah ! Algoid v1.1.5 is out ! With : ★★ v1.1.5 Release 04-06-2013 ★★ ★ forum bug about % special character ★ correct several little bugs ★ correct return bug (does not work with loops) ★ new algo methods: square() and algo.box() ★ reintroduce algo.setBgColor() ★ new ascii methods...
  6. C

    Post 20/01/2013 Jar of Beans - Android Emulator Portable x86 [DISCONTINUED]

    Excellent ! Did you have planned a mac os and linux version ? :cowboy:
  7. C

    Post [EDUCATION] - Algoid - Learning programming with turtle and smart language !

    Yeah ! Algoid v1.1.4 is out ! With following features : ★ device sensors management (onAcceleration, onGravity, onGyroscope, onOrientation etc.) see examples/sensor ★ new breakout game ★ web site hosting changes for www.algoid.net (thanks for donators) Have fun !
  8. C

    Post [EDUCATION] - Algoid - Learning programming with turtle and smart language !

    Yeah ! Little view to show you Algoid sensor capabilities (actually in develloppment). A little game was added to (about 200 lines of pure AL code ;)) http://www.youtube.com/watch?v=115lAyfrirc 115lAyfrirc
  9. C

    Post [EDUCATION] - Algoid - Learning programming with turtle and smart language !

    Nobody here ? Am I alone... :crying::crying::crying::crying:
  10. C

    Post I want to learn a programming code/language.

    Thanks a lot ;) Do not hesitate to talk to it to your friends (I am in promote mode.... algoid is really hard to promote... :crying::crying::crying::crying:) thx ;)
  11. C

    Post I want to learn a programming code/language.

    You can try my Algoid learning programming environment. The language is closed to C, Java, javascript, python, so what you will learn can be used in future. It was designed to be as simple to understand as possible (do not mind about low level in a first time, language make it for you and all...
  12. C

    Post [EDUCATION] - Algoid - Learning programming with turtle and smart language !

    Yop yop, new release. Essentially bug corrections. v1.1.3 Release 27-04-2013 - correct function parameter bug when nested call - correct several minor ide bugs - add al.combine.sum, al.combine.product and al.combine.concat functional tools to be used with array.join and array.merge - add...
  13. C

    Post [EDUCATION] - Algoid - Learning programming with turtle and smart language !

    Yes, The programing language is designed to be as progressive as possible. It was intended introduce programming to young people that begin programming and to be a good experiment field for confirmed programmer. Look at the tutorials, they are designed to introduce the basics of AL and general...
  14. C

    Post [EDUCATION] - Algoid - Learning programming with turtle and smart language !

    hehe, I return to my weekly update frequency..... This is the new v1.1.2 release with - correct several scope bugs in language - show AL exception in source code instead of unhandle exception - algo.curve and algo.curvedPoly - two another 3d example : 3dAlpha and 3dSpline I hope you will...