Ask a question to get started
Enter to send•Shift+Enter new line
Class for drawing in ASCII.
AsciiCanvas( self, cols: int, lines: int, )
cols
int
number of columns in the canvas. Should be > 1.
> 1
lines
number of lines in the canvas. Should be > 1.
Draws ASCII canvas on the screen.
Create a point on ASCII canvas.
Create a line on ASCII canvas.
Print a text on ASCII canvas.
Create a box on ASCII canvas.