|
I did one in C++ (Win32, using DevC++) several semesters ago for a C++ class, and later ported it to Java for a Java class. The C++ version is actually a console program (uses the so-called 'extended ASCII' block-drawing characters), while the Java one is graphical. In order to port the code, I had to change lots of little things to compensate for minor differences in syntax and language, and of course the drawing routines had to be totally rewritten. Still, it was an interesting exercise, and if you'd care to see the C++ source, I can put it on the net and post a link.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
|