Aleksander Gregorka

Results 1 comments of Aleksander Gregorka

For anyone wanting to save... you can do it by opening the browser console and typing this: // Save `localStorage.setItem('game', JSON.stringify(game));` // Load `game = JSON.parse(localStorage.getItem('game')); drawRoom();`