ASPP / pelita

Actor-based Toolkit for Interactive Language Education in Python
https://github.com/ASPP/pelita_template
Other
62 stars 68 forks source link

Use rich for terminal viewers to fix colouring issues on Windows #780

Closed Debilski closed 11 months ago

Debilski commented 11 months ago

Closes #779

Also using the rich progress viewer now.

We need to be careful not to pass everything to rich, as it makes the ASCII game slower. Also, the rich auto detection will colourise ... which occurs in some game layouts.

Tested on Windows. ✓