Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

is there a way to wipe all progress? 

Not directly from the game, no. However, if you are on desktop, you can right click inside the game -> select inspect -> go to Console tab.
Now write the following line and press enter:
allow pasting
 and finally write and enter:
location.reload(); localStorage.clear(); 
The page should reload, and the game would reset. If it doesn't reset the duckets, just repeat it once again.