In the game that I’m working on, I plan to have minigames (for example Tic-Tac-Toe, etc.) that take over the entire screen (using banner windows) and use key press input (or clickable links) to play, rather than parser input.
Are these features widely supported on different platforms? HTML Tads supports everything on Windows but I’d like the game to be playable on as many devices as possible.
They’re at least partially supported in GlkTADS (Gargoyle, Parchment, etc). If there are bugs or gaps they can’t get addressed without people trying it and reporting the problems. So just go for it!
I have an inventory sidebar window that updates each turn, and I ended up disabling it if the game wasn’t running on an HTML interpreter because it was either quirky or completely unusable elsewhere