Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

could you provide me with your email address let me see if it ever registered you it doesnt sound like the system registered your account after you went through the process, i wonder due to it taking hours for the email to reach you if there were some kind of system hiccups at the time honestly when. I use email to sign up it only takes about a minute for the verification to show up in my email. What happens if you try to sign up again with the same email? If it is registered it shouldne allow it saying it is allready there however if it never registered then it would repeat sending you an email verification, if that happens verify again and see if the same thing happens again. In the mean time i will look into the issue on my end and see if there might be some kind of issue from coming in through your specific system. Thank you for your feedback i appreciate it i am sorry you are having trouble but i will do everything i can to get it fixed.

From here it looks like I'm registered...


(1 edit)

i want to thank you very much for taking the time to tell me of your issue with the game i truly appreciate it, because of this i was able to identify several different problems and issues that may affect people trying to create an account and play the game. Due to the issues that were uncovered i do believe that you you were experiencing some issues between brave itch.io and the game itself. I have implemented the fixes so the game should now work correctly for you when you try to sign in. If you experience any more issues please do not hesitate to contact me, i will try to find and fix any issues you experience in as timely a manner as i can, though i must state i am only one person i dont have a team of people working on the game its just me so i try to get to things as fast as possible but normally work on the game at night and am sleeping between normally 5-6 am to 2-3 pm mountain standard time. Below are the issues found and fixes made it is currently updated to implement the changes.

I just verified your account was created and shows in the system as active, i have also given you extra starting credits to play the game.

        Update — Auth & Login Fixes

  • Broken on itch.io — The game was blocked from loading inside the itch.io page. Fixed so it embeds correctly.
  • Login not saving in Brave browser — Sessions weren't sticking for Brave users. Fixed so logins persist properly.
  • No "Forgot Password" option — Users had no way to recover their account. Added a full forgot/reset password flow with email.
  • Email case mismatch — Logging in with "User@Email.com" vs "user@email.com" would fail. Fixed so email is always treated the same regardless of case.
  • Couldn't resend verification email — Users had no way to get a new verification email if they missed it. Added a resend button with a cooldown.
  • No help when login fails — Error messages didn't guide users to recovery. Added a "Forgot your password?" link directly in the error box.