|
|
|
|
|
by esclerofilo
125 days ago
|
|
I too enjoy the charm TUI libraries, and have been using them to build a settlers of Catan game[0]. And some features are really cool, like different colors depending on dark/light theme. They have a bunch of functions that concatenate strings, which may not be very efficient compared to using string.builders, but I haven't yet had performance problems. However I haven't had such a great experience with AI, IMO they're bad at ASCII art. [0]: https://sr.ht/~vicho/el_poblador/ |
|