Unfortunately I had other plans on the weekend of Ludum Dare, but I couldn’t miss out so I made a quick idle/clicker game! (more…)
Programming
GoGoJisho – Japanese Typing game
Type the words before they reach the bottom!
Easy Interactive Screen – AR project
Here is a project we made for an AR course we had. Often you want to be able to have some big screens you can interact with. This explores the possibility of using relatively cheap technology to get a surface with multiple touch support. The idea is to use one (or more) RGB cameras to detect where the screen is occluded. This uses Unity and some GPU programming to get the wanted real-time performance.
Ludum Dare 44 – Unpredictable Dungeon
Once again a Ludum Dare comes around.
Mental Uno – A mental poker implementation
When playing a card game how can you be sure the other part is not cheating? This is the problem of mental poker. (more…)
Ludum Dare 42 – Package Overload
Quick! Quick! Get the packages before the customers get too mad! Oh, you can’t find it? Well, I hope you can if you look again. This is actually one of my favorites that I’ve made from Ludum Dare. I just think it came really great together.
Online Scheduler Planner
In this project we made a work scheduler planner. Each employee have a unique login and and see which work shifts they have coming up. The admin is also able to plan the shifts in an interactive environment.
StoryTime – Writing together
In this project we wanted to emulate the game where you take turns saying a single word and make up a story together. It support real-time updates where you can have any number of stories. We also have support for private stories where you need an invite to be part of it. (more…)
World of Nothing – Online Browser MMO City builder
So I wanted to try and make a small browser game. This is what it ended up as. It’s a city builder where you get income, produce units, and upgrade buildings. With the units you create you can attacker other players. It’s made in PHP.
Connect 4 Fun – Online Multiplayer Game
I wanted to try and make a multiplayer game with a server-client model, so I made the simple game connect 4.
The game features a chat, game lobby creation and of course the game.