Tuesday, 21 June 2011

3D.engage()

Your browser does not support the canvas element.

Saturday, 2 April 2011

Whir 2 released!!!

Whir 2 is ready to frustrate on http://madflame991.blogspot.com/p/whir-2.html
Short description: (Whir + Robot Unlock + Om Nom Nombers)2 = Whir 2

Rate the game on GameJolt.com

Wednesday, 23 February 2011

Text.grow()


Your browser does not support the canvas element.


Tuesday, 22 February 2011

The new cube


Your browser does not support the canvas element.



Monday, 7 February 2011

Coin: Update

Grab the latest version of Coin from Sourceforge

Changes:
+ some functions have been replaced with operators (makes sense): you now write "var = 10" instead of "move var 10", "i++" instead of "inc i", "sum += num" instead of "add sum num" and "rem = num % 10" instead of "mod rem num 10". Note that you cannot write complex expressions.
+ added keyboard shortcuts to the IDE: F1 - Help, F5 - Run, Ctrl+O - Open script and so on...
+ added two new functions: fwritebs and fwritenl (File Write Blank Space and File Write New Line)
+ fixed some bugs, ironed out the code a bit and corrected typos in the help file

Sunday, 6 February 2011

Bezier curves

See the newer and updated version here --> http://madflame991.blogspot.com/p/bezier-curves.html


Your browser does not support the canvas element.



Bezier 0.6

+ click on an empty zone to spawn a point
+ click on a point to select it and click again to designate its new location
+ doubleclick on a point to delete it

For more information on Bezier curves check:
http://en.wikipedia.org/wiki/B%C3%A9zier_curve
http://www.cs.mtu.edu/~shene/COURSES/cs3621/NOTES/spline/Bezier/bezier-elev.html