BrainBoard for Java Mobiles (14683 hits) |
Posted by Prabu Arumugam on Jun-10-2010 |
BrainBoard is a modified version of classic Peg Solitaire game. This article explains the game concepts and also the programming concepts used during development in J2ME. This article includes the full source code of the game. |
|
BrainBoard in Silverlight (27074 hits) |
Posted by Prabu Arumugam on Aug-12-2010 |
BrainBoard is a modified version of classic Peg Solitaire game. This article explains the game concepts and also the programming concepts used during development in Silverlight. This article includes the full source code of the game. |
|
DotGame in C using Mouse (21720 hits) |
Posted by Prabu Arumugam on Sep-18-2012 |
It is a two-player game, where a matrix a dots will be presented to the players. Each player has to draw a line between two dots; and a box will be formed if four adjacent dots are connected. Each box will be labelled with the number of the player who drawn the last line of the box. After all the dots in the matrix were connected, the winner will be the player with maximum number of boxes. |
|