illegalinstruction / spe321_mhis

This was an interactive piece about mental health, made for Oregon Tech's SPE 321 course. Leaving it here as a monument to us having beaten Twine into submission.
1 stars 0 forks source link

The canvas javascript is instantiated and runs once for every passage the player navigates through. #18

Closed illegalinstruction closed 2 years ago

illegalinstruction commented 2 years ago

Repro steps:

  1. Start the game, and observe the debug dialogue.
  2. Take medicine and observe the results.

Notice that, in the next passage, the debug dialogue box appears twice.

illegalinstruction commented 2 years ago

This also led to the weird cases where the canvas was null, an animation glitch I saw, but couldn't figure out how to reproduce, etc.