It plays suprisingly well. It actually feels very similar to a star wars yoke due to the way you twist the remote forward and back to move up and down. I got the idea while playing excite truck. The calibration is slightly off, but it's very slight and it could be fixed in the script, I'm just too lazy.
The connection of the wiimote is the hitch. The author of glovepie has tried to make it as painless as possbile by having built in detection into his program (you press 1 and 2 to connect a wiimote, and hold power to disconnect it). The problem is he only supports the bluesoleil bluetooth drivers, which don't work on most bluetooth dongles as they are kinda crappy (but open source).
Most of your bluetooth dongles (including mine) use widcomm, which currently is a pain in the butt to deal with. To connect a wiimote you first press and hold 1 and 2 and select "scan for devices" in window's bluetooth page. The nintendo controller will show up and then you have to select it and "connect" to this device by holding down 1 and 2 again. You'll go through a very short wizard to set it up, but if you run out of time with the pairing sequence (when you hold 1 and 2) you have to release and press again until it shows up with a HID service. Now it'll connect and stay connected until you disable the connection or restart your computer. Unfortunately, because the wiimote doesn't have a pairing code, you have to repeat those steps every time you wish to connect a wiimote.
However.... connecting a device to bluetooth isn't terribly difficult programatically. See the biggest part of the step is where the windows bluetooth window is searching for the device name and the interfae protocols it supports. We already know those two things, so a forced connection could be called and all the user would have to do is hold 1 and 2 to put the wiimote in discover mode and left the app do the rest. If someone can find me some widcomm api examples I should be able to whip us up a more cabinet friendly connector that works similarly to how the author of glove pie has set it up. Then I'll pass the info onto him and hopefully he'll add support.