What with all the high-tech announcements around “ Project Natal ” I thought I might head the other direction and play with something a little more on the low-tech end of the spectrum; a Silverlight 3 version of Pong :-) I tried to be reasonably retro here and reproduce the original look and feel somewhat ( didn’t take me long to draw those 2 lines in Expression Blend ). You can run the application from here – not sure it really makes for a two-player game these days but I spent a few minutes playing against myself. (keys involved are left, right, up, down, space to start, N for new game, L/S for load/save UI ) A couple of interesting things drop out from this. One is that I ended up using the new Viewbox control because it is easier for me to program against a game like this using the absolute layout capabilities of a Canvas but I still want a resizable UI. So…I program against a fixed size Canvas and then just drop it into a Viewbox to get a cheap-and-cheerful form of resizable UI. The other is that I added...