pelita
pelita copied to clipboard
Actor-based Toolkit for Interactive Language Education in Python
The tournament should include checks to ensure that it all teams run from a clean (and possibly even fresh *) git checkout and print the hash of that checkout (**)...
(and both look worse than the OS X version) left is debian jessie default, right is anaconda. The boxy overlay font has its charme but the other fonts don’t have...
Now that the API rewrite is ready, I'd like to move the demos in https://github.com/ASPP/pelita_template back to the core. This makes cross-references and testing easier. The https://github.com/ASPP/pelita_template/blob/master/README.md file should become...
Only makes sense once walls is a frozenset and hashable (or we’d have to pass the game uuid to the cache). Post ASPP-2021
This is especially helpful when stepping-through. While the error message is also printed on the command line, there may be too much noise from other debugging output to see it...
Ascii mode gives all the necessary info in its status line, but it can be a bit overwhelming. Maybe it is nicer to sprinkle in a little colour (not too...
The dict should go and it should be a little easier on the eyes. Also, it is probably enough to output things like noise distance (and layout name?) once per...
Idea: Add a function `layout_as_unicode` to layout.py which uses the appropriate [box drawing characters](https://en.wikipedia.org/wiki/Box_Drawing_(Unicode_block)). This function should then be wired to either `--ascii` mode (although it will of course be...
It’s trivial but a typical source of questions, so I think we should add something to mark these cells.
I am finally moving to the functional API (my "old" classes seem not to work anymore on latest master) and while updating my tests, I'd like to be able to...