I enjoy making games. Most of my games are simple 2d-games, made to teach myself programming.
JavaScript Snake
2-player snake-game made in JavaScript.
I've been wanting to make use of the html5 canvas tag for a while, so I made this game that utilizes it. I also learned a lot more about JavaScript while making this game, and how misunderstood it is. I now realize it's a very powerful language, but it's very easy to do things wrong because of its design flaws.
Experimental shooter
A 2d space retro-styled shooter game made in Java.
This was my very first Java game, and I'm really proud of it!
Asteroids clone
A simple clone of the classic game Asteroids made in Java.
It's not exactly accurate if you compare it to the original asteroids, I did not pay much attention to the inertia in this game.
The dots
A simple point-and-click game where the objective is to make all the white dots explode, by using chain reactions.
I got the idea from a popular flash game named Boomshine, and just wanted to see if I could make one myself.
Mandelbrot viewer
A simple mandelbrot viewer made in Java.
You can zoom in as much as you want, but the algorithm I chose eventually makes the image lose detail.
Sanderps
This "game" attempts to be a 2d sandbox game made in Java. You can pour sand, water, stone, and other types of particles to see them interact.
