VB Game Programming

Picominoe

Picominoe is a board puzzle similar to the popular jigzaw puzzle only that it uses blocks of connected squares in varying forms and sizes instead of predefined shapes. The application presents coding concepts on the following: * sculpting objects (forms and picturebox controls) * dragging and dropping objects (forms and picturebox controls) * mouse clipping * graphics manipulation (rotating blocks

Mastermind

Please see this URL for its description :-) Mastermind (board game) The application demonstrates a way of playing sound files (.wav) fetched from a resource file. It also conveys the use of VB APIs to manipulate graphics. Thank you and happy code breaking!