Received a C++ programming assessment where one had to implement a particular game system with some constraints (e.g., extensible, usable for MMOG environments, etc). With few limitations, I ended up coding more than probably what was necessary (about 600 lines of code) to demonstrate the system working for multiple players. Even with a sizable code submission, I received comments from the reviewer within the next day. Unfortunately, I did not receive an invite for a follow-up interview. I received great feedback on my submission with much of the focus being on details within the submission (e.g., not enough "const" parameters, failure to use virtual destructors). I even got some criticisms on the test code needed to instantiate the demo! In all, a thorough evaluation with useful data I could take back in preparation for future programming assessments. Definitely gave the impression they have rigid coding standards they want to see expressed by their candidates.