reeborg
reeborg copied to clipboard
Enhanced Karel-the-robot clone
A nice utility to have for teacher would be an "automatic grader". Submissions from students could be put in a directory and the utility would set up a server which...
Since upgrading to Brython 3.6.2, when doing all the integration tests, a few javascript tests appear to fail occasionally in an unpredictable fashion.
I've removed an automated with frame insertion that raised an exception. I suspect that it is due to the new way that brython deals with Python exception raised from Javascript...
It would be useful to have a collection of worlds that would show how to write simple programs, without having to refer to a tutorial. Animated gifs could be incorporated...
Brython has a new release with an improved turtle module, both of which should be used.
Might be worth exploring...
List of low priority issues: - [ ] Explain how to use graphics canvas (formerly #22) - [ ] investigate using sprite sheets ( #137) - [ ] keyboard controlled...
* [ ] Instead of reusing the print-html window, help() should get a dedicated window, whose content is never automatically erased. * [ ] help with no argument should display...
I should aim to have at least a couple examples for each of the following world collections: * Reeborg intro (done) * Reeborg intro extra (supplementary examples) * SK CS...
Use this as example of frame insertion.