Tom H.

Results 37 comments of Tom H.

When you mention "development guide" do you mean https://github.com/increpare/PuzzleScript/blob/master/DEVELOPMENT.md ? - Do you have the correct version of GifSicle? More recent versions can give issues. (Though in my case by...

Hmm, for me this seems to reproduce in a normal tab but not in an incognito tab, which probably means that there's some kind of save file weirdness going on?...

Probably allow developers to fire events using commands e.g. `javascriptevent [eventname]`. So that you can catch & react on any arbitrary choice inside of the game state.

Add all of my own games?

Now only the Danish Pastry test fails, it seems like it is unable to load level 7 because of a comment directly in-between level 6 and 7. Need to double...

Danish Pastry level 7 no longer works after this commit: `503c83e - Added GOTO commands.`

All tests now pass. I've added a PuzzleScript Plus-specific test suite with 23 tests (from my own games, the examples, and one game with an open source license). Should make...

Danish Pastry was bugfixed with https://github.com/Auroriax/PuzzleScriptPlus/commit/08c345df503901ece0b2a5d7a9a7469f002b9a09 . For the other tests I've changed their capitalization in the test data in https://github.com/Auroriax/PuzzleScriptPlus/commit/a9be0506d90ffa8ad087814a4081084f685c4e35. Now all tests should run. Still actionable for this...

Hmm, I remember looking into something like this previously but the engine is pretty hard-coded around the existing five buttons... Similar to https://github.com/Auroriax/PuzzleScriptPlus/issues/97

I'm sorry but I'm not following. What are you attempting to do that causes these issues? Could you include a repro case perhaps?