Scratch allows you to show the current value of a variable on the stage, in a 'stage monitor'. Can Pytch support something like this? A minimal implementation could just show the value as text somewhere, but an on-stage display would be good. Useful for simple displays of scores, lives left, etc. Because Pytch variables can be any Python type, a bit of thought might be needed on how to show the value of a dictionary or nested list, say.
Scratch allows you to show the current value of a variable on the stage, in a 'stage monitor'. Can Pytch support something like this? A minimal implementation could just show the value as text somewhere, but an on-stage display would be good. Useful for simple displays of scores, lives left, etc. Because Pytch variables can be any Python type, a bit of thought might be needed on how to show the value of a dictionary or nested list, say.