I tried playing this morning, but I couldn't seem to get the Clippy box to disappear except via the web dev toolkit, which felt a little violent, and the buttons below weren't active after I removed it -- is there a recommended play environment?
Viewing post in Tied Together jam comments
Thanks for the report! 😊
I have checked, and it seems that there was a problem with the WebSocket connection in Chromium-based browsers.
Unfortunately, I was unable to test this beforehand, because my Chromium is broken 😢
I have fixed the problem now! 🙂
Please try again! Depending on how long the page takes to load, you might need to wait a couple of seconds for Clappy to become active.
Disabling Clappy via Devtools should be done with care, removing the wrong div will cause everything to be irresponsive. You can do document.getElementById('clappy').classList.add('hidden')
to “gracefully” disable Clappy from the Devtools!
I have also added the recommended setup to the itch.io page 😄