Hey eduardito! I've tried launching the game from different browsers (and my phone as well) and I can't seem to be able to play the game.. I've also tried turning off my extensions. Whatever I do after pressing -New Game- I'm stuck on the loading screen with the music still playing. :(
Am I missing something?
Hello, this is very unfortunate, the game is built using Unity and for web browers, I've tried on Chrome most of the time but never experience problem you are having. Tried on mobile and tables (android) and it was working well.
Do you know if you can see any error in the browser logs (by pressing F12 on Chrome) maybe we can get a clue of what is going on.
Please let me know if you get more info maybe I can help you sort the issue, and again, sorry you cannot play it.
Thanks for the reply! I checked the browser logs on chrome and firefox and got the same error:
FormatException: Input string was not in a correct format. at System.Number.ThrowOverflowOrFormatException (System.Boolean overflow, System.String overflowResourceKey) [0x00000] in <00000000000000000000000000000000>:0
Hello again, thanks for sharing the error message. It seems that for some reason the game is not loading some configuration files. All data the game needs to load (enemies, waves, etc) is in some specific files, if for some reason the files are not there (could be some missing permissions on the file system that prevents the game from creating those files) you'll get these types of errors. Long story short, I'll have to make some fixes on the next build to have some contingencies for this scenarios.
Sorry again for this, but it seems I cannot be much of a help until I fix this issue :(