tessl install tessl/pypi-asciimatics@1.15.0A cross-platform package to replace curses (mouse/keyboard input & text colours/positioning) and create ASCII animations
Agent Success
Agent success rate when using this tile
81%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.33x
Baseline
Agent success rate without this tile
61%
{
"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
}
]
}