A map displaying the time it takes (as colors) to travel from different parts of Oslo to a central destination.
A slither.io clone made for a university assignment. Originally multiplayer, the version on this site runs locally with simulated opponents.
An implementation and visualization of the A* search algorithm in JavaScript. This algorithm is often used for pathfinding in video games. I have used this in a couple of simple JavaScript games.