When playing a card game how can you be sure the other part is not cheating? This is the problem of mental poker. (more…)
Java
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…)
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.
UniPRG – Android multiplayer RPG game
In this project we created an Android game. It would spawn monsters around you and you were able to click on monsters to damage them if within range. People would see the same monsters and could help each other by damaging the same targets. You could also gain levels from the XP of the monsters you’ve killed.