This game features a fully functioning character creation menu where the user can choose sex, hair style, hair color, and skin color.

I designed each zone using Tiled Map Editor. The map tile information was exported to JSON to be read by the game. You might ask why the third map has so many squares all over the place, and this is to ensure that the correct footstep sound is played depending on the player's position. For example, when the player walks along the path, it plays a dirt footstep sound, whereas walking on the grass results in a grass footstep sound.

The enemies include spiders and skeletons (ranger/warrior/wizard versions). I was in the process of adding a giant but it was never finished.

I created a fully functioning inventory and chest system to hold weapons/armor/potions.

The player can equip four weapons simultaneously, and then quickly switch between them using the button that lies in between the directional attack arrows.

When the save button is pressed, each game object is serialized to JSON and are then re-imported when the user presses "Load Game" on the main menu.