Thought some of you guys might like to take a look at the Silverlight 2 project I have been hacking away on over the holidays.
Google Image Memory
The game basically searches Google Images based on some words you provide, and arranges the resulting pictures into a "memory" game where you try to match up the duplicates.
I messed with Silverlight 1 and it had quite a few warts and limitations (not least of which was that you couldn't do cross-domain webservices calls the way this game does). Version 2 is greatly improved and much more stable, but not without warts. I'm going to be writing a little bit about those in the coming days on my blog, but basically it's fun to work in, and you can do some pretty slick stuff.
To play you'll need Silverlight 2.0.
Update: Here's the source code and project files, for anyone who is interested.
Google Image Memory
The game basically searches Google Images based on some words you provide, and arranges the resulting pictures into a "memory" game where you try to match up the duplicates.
I messed with Silverlight 1 and it had quite a few warts and limitations (not least of which was that you couldn't do cross-domain webservices calls the way this game does). Version 2 is greatly improved and much more stable, but not without warts. I'm going to be writing a little bit about those in the coming days on my blog, but basically it's fun to work in, and you can do some pretty slick stuff.
To play you'll need Silverlight 2.0.
Update: Here's the source code and project files, for anyone who is interested.
