ASPP / pelita

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

Expose team_time in Bot #798

Closed Debilski closed 2 months ago

Debilski commented 3 months ago

The test could use some more creativity.

Closes #797

Debilski commented 3 months ago

wow. Fixing these tests took way longer than expected …

Debilski commented 3 months ago

Pedagogic rebase

otizonaizit commented 3 months ago

thanks, looks good! I added a label to mark the needs for docs update in pelita_template. We need to find a better way to mark these dependencies...

Debilski commented 3 months ago

It would be nice to have a live stopwatch running in the UI instead of only incrementally updating it, but I believe we cannot really synchronise this with the actual game state.

Debilski commented 3 months ago

FWIW Python 3.13 should have a more accurate time.monotonic() on Windows. https://github.com/python/cpython/issues/88494