PuzzleScriptPlus
PuzzleScriptPlus copied to clipboard
Puzzlescript Plus: Open Source HTML5 Puzzle Game Engine (with lots of extra functionality)
Game looks like this:``` The warning happens because it's triggered by hover. Not easy to know how best to fix it, other than removing the message. Also, the title screen...
I've just played through the starter game. After winning all 3 levels (which should end the game), it goes to the level select screen (showing all 3 levels won). Surely...
At `parser.js` line 64, if `logWarning` is called without a line number, it will call `logWarningNoLine`, which defaults to `increaseErrorCount=true`. The result (and the fix) are obvious. Warnings should __not__...
Check ([ ] -> [x]) all that apply, then describe the issue below: - [x] I have searched the tracker for similar issues (including closed ones) - [x] I have...
I am exploring moving my vanilla PuzzleScript game to PS+. Everything mostly works, but I discovered an incompatibility. I can work around it no problem, but it seems like it...
**Describe the bug** On a very big level, undoing 3 times results in resetting the metadata. The issue was also mentioned [here](https://groups.google.com/g/puzzlescript/c/dyP42O1momY). **Reproduction Steps** 1. Create a single level with...
Here is the repro case. Press Right 3 times. On vanilla PS and P:S this triggers a win, but not on PS+. [test_ps_winbug.txt](https://github.com/Auroriax/PuzzleScriptPlus/files/13266376/test_ps_winbug.txt) The bug seems to be during again...
**Describe the bug** Setting rollover doesn´t seem to actually lock any levels at all! **Reproduction Steps** In the metadata you set: ``` level_select level_select_lock level_select_unlocked_rollover 3 ``` And then you...
**Describe the bug** Someone on Discord reached out to note some cases where the gif generation is broken. Specifically, it doesn´t do what the player wanted to do in a...
Check ([ ] -> [x]) all that apply, then describe the issue below: - [X] I have searched the tracker for similar issues (including closed ones) - [X] I have...