The demo can be accessed here: https://affectionate-swartz-7365bc.netlify.app/
The index.html file can be run on a server.
More complexity and intents may be added in the future.
- A smooth inventory and player stats system. Could have an object containing all of the player's items, and an object containing player's current statistics (Health, Level, EXP, Skills)
- An NPC stats system. Could have an object to represent an NPC. This object could contain their name and health, as well as possible actions (I.E pet, hug)
- An NPC interaction system