My take on a common learning exercise - a simple, text based RPG.
Live page: https://akawgan.github.io/textRPG/
Practice focus: Basics of HTML5 / CSS3 / JavaScript / RWD
Interface [done]
Main story window functionality [done]
Action buttons functionality [done]
Inventory functionality [done]
Store the game data in JSON [done]
Finish the basic engine <- We are here
Load / Save game state?