RosettaCodeData/Task/Draw-a-sphere/00-TASK.txt
2023-07-01 13:44:08 -04:00

15 lines
408 B
Text

;Task:
Draw a sphere.
The sphere can be represented graphically, or in ASCII art, depending on the language capabilities.
Either static or rotational projection is acceptable for this task.
;Related tasks:
* [[Draw_a_cuboid|draw a cuboid]]
* [[Draw_a_rotating_cube|draw a rotating cube]]
* [[Write_language_name_in_3D_ASCII|write language name in 3D ASCII]]
* [[Death_Star|draw a Deathstar]]
<br><br>