Projects
These are various hobby projects I've been working on throughout the years.
- Collaborative Drawing — PHP — Experimenting with a concept where people collaboratively draw one big image by contributing small tiles to it.
- Five in a Row — PHP, JavaScript — Written in JavaScript with a PHP back-end, this game lets two people play against eachother over the internet with the help of AJAX.
- Generic functions, classes and libraries — Python, PHP, JavaScript, C# — Various libraries I've worked on that can be useful for other people. All the libraries are released under an MIT license.
- Immortal Gods — PHP — An online strategy game where players could earn gold through their peasants and build an army to attack other players. At its peak the game had 1,000 simultaneously logged in players.
- MoNKey! — Python, JavaScript — A multiplayer game engine for x-in-a-row games such as Connect6, Gomoku and Tic-tac-toe.
- Pastebin — Python — A so-called pastebin for creating a public link to a piece of code that can be shared with people in a chat room, for example.
- Physics Revisited — JavaScript — A mass-spring physics engine written in JavaScript. The current link only shows off high-mass particles attracting each other (gravity); in the future the link will point to a list of examples.
- Physics-enabled HTML — JavaScript — An object-oriented implementation of a mass-spring physics engine written entirely in JavaScript.
- Space — Python, JavaScript — An experiment with creating a real-time multiplayer game with HTTP communication. The HTTP adds a noticable amount of bandwidth and latency, but it's workable.
- TACk — PHP, JavaScript — A designer for creating your own text adventure.