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.

Play online.

http://kaeru.neritic.net/files/screenshots/snake.png

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!

Download the jar.

http://kaeru.neritic.net/files/screenshots/shooter.png

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.

Download the jar.

http://kaeru.neritic.net/files/screenshots/asteroids.png

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.

Download the jar.

http://kaeru.neritic.net/files/screenshots/boom.png

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.

Download the jar.

http://kaeru.neritic.net/files/screenshots/mandelbrot.png

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.

Download the jar.

Check the source at github.

http://kaeru.neritic.net/files/screenshots/sanderps.png

JavaScript shooter

Simple "space invader" kind of shooter, made in JavaScript, using text to represent the elements in the game.

Play online.

http://kaeru.neritic.net/files/screenshots/jsshooter.png