Fonzie Scheme
I got suckered this morning and lost everything! It’s worse than the Nigerian scam or the Spanish Prisoner!
canvas library, game improvements
Colleen’s game got slower and slower the longer you played it. I found the leak and now it runs at a consistent speed. Both games have improved clock calculations – I’m using setTimeout(variable) instead of setInterval(static). The framerate is still garbage but I hope that’s just because canvas is still so new they haven’t figured out how to make it run fast.
Yes, that’s right… it’s Mozilla’s problem… my code is puuuuurfeeect…. 😛
HTML 5 Canvas Colleen’s Game (bubble bobble/snood clone)
Did you install Firefox 3.5? Then you can play Colleen’s Game right now, written by yours truly. In the near future you’ll find more Canvas samples right here.
This game was considerably more work – it took almost 3 times as long to get working. Javascript thrashes your RAM like crazy so don’t be surprised if you see some unexpected slow downs.
HTML 5 Canvas Asteroids
Did you install Firefox 3.5? Then you can play Asteroids right now, written by yours truly. In the near future you’ll find more Canvas samples right here.