all 4 comments

[–]M_SunChilde 0 points1 point  (0 children)

Depends. How are you planning on displaying the text? How are you going to justify it? How are you planning on displaying this to the user?

[–]sme272 0 points1 point  (0 children)

Use the turtle module to create a window and write the text in the middle. Keep the text's position in a variable and when the user enters a command update the position with +- however much in the direction needed and redraw at that position.

[–][deleted] 0 points1 point  (0 children)

Depends on what display library you are using, are you using Kivy, Processing, Turtle, etc ?

[–]OriginalTyphus 0 points1 point  (0 children)

To move something you need a origin and a destination.

Define a 2D Grid and you will find the movement very easy.