The most visible change this time is online help for items.
From the inventory screen, select the item you are curious about, and hit the ‘/’ key.

Other changes include two new craftable items (which are not yet useful, but you can craft them!)
I attempted to add save/load functionality, but the simple way in which I planned on doing it (serialize world to JSON, tuck into local storage) would not work because the JSON was too long.
So, I need to develop a way to “scrunch” the JSON, and persist that.
0 comments