This short example program is my first foray into C++ and Direct3D programming. It's a simple othello game playing program, demonstrating the following techniques:
Update: Added the ability to toggle through difficulty levels; press 'D' to change. Default difficulty is now Medium (previously it was Hard).