Skip to content

Simple Block game built as a MFC application. Click on a block and all adjacent same color blocks disappear. Game goes until empty board or no available moves

Notifications You must be signed in to change notification settings

khReichel/BlockGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

This was built using Visual Studio 2010 as a MFC application

The object of the game is to remove all the blocks from the screen.

When clicking on a block the game checks to see if any of the adjacent blocks have the same color as the current one. If it does then it removes all the blocks are removed and the board is compacted down and to the left.

When there are no other moves available, or all the blocks are gone, the game ends and pops up a message dialog box to tell you the game is over.

About

Simple Block game built as a MFC application. Click on a block and all adjacent same color blocks disappear. Game goes until empty board or no available moves

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published