How can i print ascii characters on the screen to resemble circles and lines quickly and efficiently. The lines code would need to be able to draw lines of different angles, basically i give a starting coordinate and ending coordinate that would print characters between the lines, just like the line command prints pixels between the starting and ending points. And the circle code should work just like the circle command.
Heres an example of the circle i want to make:
XX
XXXX
XXXXXX
XXXXXX
XXXX
XX
And an example of a line:
X
.
.
.
.
X
Heres an example of the circle i want to make:
XX
XXXX
XXXXXX
XXXXXX
XXXX
XX
And an example of a line:
X
.
.
.
.
X