Zombers: A 2D Zombie Survival game - 3/13/2012
In order to improve my HTML5 / Javascript skills I have made a 2D game where you try to survive against an ever
growing horde of zombies. The game only works on modern browsers, so if it doesn't work I'd love to know about it.
Below is a screen shot. of gameplay:
Frong: A Javascript Fractal Demo - 2/14/2012
Below is a screenshot of a little fractal demo I put together in Javascript. It draws
Julia Fractals using the Inverse Iteration Method. This method
is very fast (so that your browser doesn't lag trying to display it) but tends to only draw the edges of the fractal.
I decided to also turn it into a Pong-like game and added some music so that it might be more interesting to watch.