Maze App in WPF

My colleague, Paul Harrington, has created a 3D maze in WPF (runs in the browser) that's certainly worth checking out.  The interesting thing is that it totally built using WPF Data Binding.  It has 3rd & 1st person views, and walks you through as it solves the maze in 1st person.  Paul has also shared out the source code and has a series of posts on the project.

We've been investigating replacing some of the Visual Studio UI with WPF and Paul's our chief Dev architecting the changes to VS.  He wrote this app in an afternoon to show the power of data binding, quite effective!  It's nice to know we have expertise like this working on VS. :)

PHarringMaze