Small adventure game
- by Nick Rosencrantz
I'm making a small adventure game where the player can walk through Dungeons and meet scary characters:
The whole thing is 20 java classes and I'm making this a standalone frame while it could very well be an applet I don't want to make another applet since I might want to recode this in C/C++ if the game or game engine turns out a success. The…