Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hi!

Thanks for your feedback.

I'm sorry you are getting trouble, mainly with the UX, UI and functionalities. First of all, I want to explain the Save/Load buttons. When you click save, the code of the session will be saved locally (like cookies) and innyour clipboard, just in case. When you click Load, it checks ifbthere is something saved, and if there is, it gets loaded. Else, it askes you to paste the recovery code. If you can specify the error in the console will help me fixing this.

About the almost unreadable text, I will try to make it clearer using like a toast notification or something.

I will obviously update ASAP all the UI regarding of your suggestions.

In blue world, Xs will be deleted because they only do -3 points, with at high points it is stupid.

In every world I will put an information panel where everything is clearly explained, as the same in other places if the game.

Here are the 2 error messages I get, which mostly say the same thing. It is a security measure in the browser, so there may not be much you can do depending on the hosting/embedding settings of the web version. Showing the code for people to manually copy is often the way to work around this.

index.html:196 [Violation] Permissions policy violation: The Clipboard API has been blocked because of a permissions policy applied to the current document. See https://crbug.com/414348233 for more details.

index.html:196 Uncaught (in promise) NotAllowedError: Failed to execute 'writeText' on 'Clipboard': The Clipboard API has been blocked because of a permissions policy applied to the current document. See https://crbug.com/414348233 for more details.

(+1)

Thanks. Obviously, I cant deal woth security measures, but maybe it can show a text that you can copy if there is an error copying directly.