Archive

Posts Tagged ‘Game’

MFBrix, a playable version!

August 24th, 2009 Elze No comments

I introduced it before, MFBrix, a simple ball game written to test out the new board from GHI, The ChipworkX. It uses the onboard acceleration sensor and onboard MP3/Midi decoder.

The object of the game is to remove all purple bricks by bumping into them. But you have limited time to do this. And if you would bump into a red block you loose 5 seconds.. The game has 5 levels/rounds. Each level getting a little harder.

Ofcourse there is some room for improvement, so if you find this a fun project you could add new levels, add a highscore system, download levels from the internet, you name it!

Youtube movie:
You can watch a movie of the game below:

Download:
You can download the Visual Studio 2008 solution: MFBallV2.zip

Categories: Projects Tags: , , ,

MFBrix a simple ball game

August 17th, 2009 Elze No comments

I want to write a simple but fun app that could showcase/test the functions of the new ChipworkX board. I tought of a simple ball game that could be controlled by moving the board. This is done trough the onboard BMA020 accelerator sensor.

It took me some time to figure out how to do the collision detection but I have an initial version ready. The idea of the game? You have to blast away the purple bricks in the game without touching the red bricks. I’ve done some testing and it’s harder then you think :P

The game isn’t ready yet. The video/source is as demonstration only! The red walls don’t harm you yet and there is only one level. When it’s finished I will upload it to microframeworkprojects.com

You can whatch a YouTube video below:

And download the Visual Studio 2008 solution:
MFBall.zip

Categories: Just Blog'ing, Projects Tags: , , ,