itaditya / trick-or-treat-game

Play it for free here
https://trick-or-treat.netlify.com/
16 stars 17 forks source link

Add a restart button or shortcut for the same #50

Closed ashokdey closed 5 years ago

ashokdey commented 5 years ago
itaditya commented 5 years ago

There's an issue already open for that https://github.com/itaditya/trick-or-treat-game/issues/26.

Regarding that, I opened a PR https://github.com/itaditya/trick-or-treat-game/pull/34

But I recently got a PR to add service worker to the game. With service workers, all game assets will be cached, and so even if we do window.reload() from a button, it will be very quick. So I'm waiting for the service worker PR to get merged.

Closing this because this one is duplicate.