In an earlier post I have announced WorldTopo for iPhone made with the DragonFireSDK for Windows in C++.
Now I have converted this game to Windows Phone 7 in Silverlight and actually this conversion was pretty easy.
I don’t own a Windows Phone 7 so I could not test it on the device. Until now I have no plans to publish it on the Windows Marketplace and I am looking for a publisher.
The good news is that everybody can play a trail version with only level 1 in the browser!
The Windows Phone version has better sound (in Silverlight for the web there is no proper way to loop a sound sample) and smoother animations.
Have fun and please let me know what you think of it!

.net, Silverlight
I have update my Silverlight Wordle post and added the source code.

Enjoy!
.net, Silverlight
“We invite you to use your Silverlight skills and imagination to design attractive, educative and informative Silverlight-based applications that help support and promote any kind of environment-friendly activities…”
My entry for the SilverlightShow EcoContest is the game OXYGENE inspired by the iPhone game Blowfish. In OXYGENE you fight against the CO2 pollution by creating oxygene (O2) bubbles to overwhelm the CO2 particles.
You can play and vote for my entry here
.net, Silverlight
Silverlight Circle Twist was inspired by the cool game AlphaBetiC on my iPod Touch and the old Bros demos Circle Twist I and Circle Twist II on the Commodore 64.
Try typing your own text by clicking on the circles and then use backspace to remove the current text!
Reload the page for some different color patterns from COLOURlovers
And ofcourse you can download the code and play with it yourself. Have fun!
Oh and did you already vote for my MIX10K entry DeeperZoom? Please…
.net, design, Silverlight
Today I have submitted my entry for the MIX 10K Smart Coding Challenge. I think this competition is so cool and it is very challenging to build something nice in only 10K.
This year I have made an animation that is very much inspired by the demo scene.
Because the Commodore 64 still is my all time favourite computer I have added a funky SID tune ‘Unsophisticated’ by Thomas Manske (Peace). This tune is downloaded on the fly from the Stone Oakvalley’s Authentic SID Collection (SOASC=) where they have converted (almost) all SID tunes ever made to MP3.
To save up Kb’s the characters used in the animation are all in the Webdings font that is pretty much standard on Windows but I don’t know if it will also work on Mac OS. Please let me know if not!
Please enjoy and vote for my entry here
.net, commodore 64, design, music, Silverlight
Inspired by Jim Wightman and with a jumpstart by the Star Wars Scroller of the Dotneteers, I have created my own Star Wars Scroller.
As a bonus my version features:
You can download the source here : starwarsscroller.zip
.net, music, Silverlight
Here is a small demo with source code of a Silverlight Snow Storm with sticky snow.
The application displays a maximum of 1500 snow flake controls. When the maximum is reached the old snow flakes melt and are reused.
I am using Andy Beaulieu’s Improved HitTest method (again) to test if the snow flakes hit the text (converted to path).
Have fun!
Download the source code
.net, Silverlight
This is my entry for the dutch Windows DEV7 Contest.
TouchTyper is a touch-enabled WPF remake of my entry for the MIX 10K Smart Coding Challenge called Silvertyper.
TouchTyper is great fun and learns users how to use Touch and Handwriting Recognition in Windows 7. TouchTyper provides Rich Animation using the Windows Presentation Foundation (WPF).
Goal
The goal of the game is to write the letters of the scrolling words with your finger, stylus or mouse before they reach the laser.
How it works
If a letter is recognized the ‘Touch Scanner’ will turn green and the letter dissapears. If not the light will turn red. If a word reaches the laser the letters will explode and you will lose your energy. The game is over when you run out of energy.
Technical information
The game is compatible with 32 bit Windows XP, Vista and Windows 7 and uses the Handwriting Recognizer.
For Windows XP you have to have the Microsoft Windows XP Tablet PC Edition 2005 Recognizer Pack installed.
In Windows Vista and Windows 7 you may have to activate handwriting recognition for the desired language.
The game uses a dutch word dictionary but I have also provided english words in the installation folder (default C:\Program Files\John Bruin\TouchTyper). Simply rename words_en.xml to words.xml.
Screen shots



Download
You can download the installation package for TouchTyper here: TouchTyper.msi
Have fun!
.net, gadgets, Silverlight
Do you know the fantastic Wordle by Jonathan Feinberg?
It inspired me to make Silverlight Wordle and I can tell you that it looks much easier than it is…
The result is a bit slow and there are still some collision detection bugs but it looks pretty cool, don’t you think!? Try refreshing the page for some random layouts, fonts, and colours!
The beautiful colour palettes come from the site COLOURlovers.
I have borrowed the collision detection from Andy Beaulieu and Laurence Moroney helped me out with his convert-text-to-path webservice.
Furthermore I have developed a very basic word count routine that strips HTML and returns the first X most occurring words from any WebClient stream. I am using an ASP.NET page as a webproxy to be able to process any URL without the need of a clientaccesspolicy.xml file in place.
If you click on a word it will perform a search on this word.
UPDATED July 20, 2010: This new version does not need to use the convert-text-to-path webservice anymore because I use the WriteableBitmap now to render a TextBlock to a Bitmap. So now you can use any font you like! I have also improved the collision detection.
You can download the source code here: SilverlightWordle.zip
.net, design, Silverlight
My Silverlight Money Pyramid project was inspired by a little statistics experiment that was described in a mathematics schoolbook back in the 80′s.
Again I have used Andy Beaulieu’s Physics Helper and I am also using the charting controls from the Silverlight Toolkit. Hope you like it!

.net, Silverlight