Archive for October, 2008
flood game
1Flood is a simple Silverlight game I did at one evening. The object of the game is to flood the whole board with one color. You start with the top left corner and progress by selecting one of the colored buttons, once you change area color the adjacent square with the same color also changes.
ceres 0.5
0I’ve updated a bit game logic: you can join bodies together by drawing one on each other and you can make a hinge by pressing letter A and drawing another object over it.
There are also some new functionalities in the editor now: grid, switch off object recognition, draw static and dynamic objects, add many stop elements (you have to hit all of them during a game) and test created game (saving is still disabled).
There is some nasty bug with joining two bodies and I’m currently working on solving it.
Update 1: Solved with the help of Farseer forum (genbox, Lemunde and mattbettcher)
Update 2: Compiled with Silverlight 2 RC1 SDK