Client: Fun2Buy, Agent: Zillions Development
Industry: Multi-User Web Entertainment
Year: 2000
A two game package for the Fun2Buy website (see also 15 Puzzle).
Modified/enhanced an existing Reversi DLL which was written in C. Wrapped the C code for COM using
Microsoft Visual C++. The enhancements included adding several new piece types to the game, and returning game
state information in a new format. Implementing a subset of a generalized game API. Also implemented
the test bed, first using Java Native Interface to talk to the game viewer I had implemented for
Zillions Development, then a Visual Basic test app to talk to the COM object.
Tools: COM, VC++, Game AI, Java, JNI, Visual Basic