scottrohrig / apple-orchard-games

Plant trees to harvest apples. Sell apples to buy upgrades. Sell apples and wares to make the most money and top the leaderboard!
https://happy-harvesters.herokuapp.com/
8 stars 5 forks source link

Storing on idb #22

Open scottrohrig opened 2 years ago

jdpasternak commented 2 years ago

Began to implement idbPromise to store data with IndexedDB. Still todo:

Note: May need to rename/reorganize object stores. Currently uses orchard, juicers, mashers, pies. Assume that xRow will be needed, too.

jdpasternak commented 2 years ago

feature/indexeddb