Posts tagged Web

HTML5 Jumper Game Conversion

I’ve just finished porting the code from an HTML5 tame tutorial (built in the style of Doodle Jump) to CoffeeScript out of a combination of boredom and an interest in getting used to CoffeeScript.

The tutorial can be found at http://michalbe.blogspot.com/2010/09/simple-game-with-html5-canvas-part-1.html. I’ve made only one real major change: Rather than using the mouse input (in his tutorial, onMouseMove), I’ve set it up to use keyboard events.

Play the final product: http://minalien.com/html5_jumper/
Compiled JavaScript/HTML/CoffeeScript Source: CoffeeScript Jumper Game

(Read On to get CoffeeScript Source)
(more…)

Silverlight Password Generator

Well, since I wiped my site to get everything built back up (because my Linode was getting all finicky with me), I figured I should put some content back on the blog while I’m in the process of designing the layout pages for my portfolio and the rest of the content to be added to the site. And so here we have a password generator, written in C# for Silverlight 4. Enjoy – VS2010 Solution & Source code available at http://files.minalien.com/PassGen.zip

Go to Top