david-fisher / 320-F21-Track-1

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Local Storage Integration #102

Closed joehuang1234 closed 2 years ago

mmatthes98 commented 2 years ago

Can you guys provide a public method get data from LocalStorage.storage so we can access data to load the board? Thanks

nategreb commented 2 years ago

@mmatthes98 Aren't you loading it from the database? LocalStorage is just specific to the editor for loading and saving a game from and into the database.

EDIT: Sorry, we still haven't implemented reading a game from the database into localStorage, if that's what you meant