Replies: 2 comments
-
Some more context, maybe to help guide me if you're willing. I was going to use user input (keyboard) to manipulate the contents of the |
Beta Was this translation helpful? Give feedback.
-
I am also learning about this library. Have you looked at colors.rs example? |
Beta Was this translation helpful? Give feedback.
-
I may be using the wrong approach or the wrong framework, but I'm just tinkering and really having fun with Cursive. I'm a fan. I also don't know what I'm doing yet.
I got the crazy idea of implementing Tetris. I have low exceptions: I'd be happy with just colored squares.
I was hoping to just use
Printer
, but I don't know how to make that a parameter of a callback, since I've only seen it so far in the signature of awith_draw(F)
How can I nudge this along?
Beta Was this translation helpful? Give feedback.
All reactions