A cross-platform package to replace curses (mouse/keyboard input & text colours/positioning) and create ASCII animations
81
{
"context": "This criteria evaluates how well the engineer uses the asciimatics package to create a kaleidoscope effect, specifically focusing on the proper use of the Kaleidoscope renderer class and its integration with the animation system.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Uses Kaleidoscope renderer",
"description": "Implementation uses the asciimatics Kaleidoscope class from the renderers module to create the kaleidoscope effect",
"max_score": 30
},
{
"name": "Provides base renderer",
"description": "Implementation provides a base renderer (such as FigletText, ImageFile, or another renderer) as input to the Kaleidoscope renderer",
"max_score": 20
},
{
"name": "Uses Screen for display",
"description": "Implementation uses Screen.wrapper() or Screen.open() to initialize the terminal and display the kaleidoscope",
"max_score": 15
},
{
"name": "Creates animation",
"description": "Implementation animates the kaleidoscope by updating the rotation parameter over multiple frames",
"max_score": 20
},
{
"name": "Uses Scene and Effect",
"description": "Implementation uses Scene and an Effect class (such as Print or a custom Effect) to integrate the Kaleidoscope renderer into the animation system",
"max_score": 10
},
{
"name": "Uses Screen.play()",
"description": "Implementation uses Screen.play() method with scenes to run the animation loop",
"max_score": 5
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-asciimaticsdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10