To The Top Right Corner

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
The title of this article is not correct because of technical limitations. The correct title is actually ToTheTopRightCorner.

ToTheTopRightCorner is an esolang which you need to write from the bottom left to the top right corner. You can use these symbols:

Operations

Directions

  • : Go up. (^ for ASCII)
  • : Go right. (> for ASCII)
  • : Go down. (v for ASCII)
  • : Go left. (< for ASCII)
  • : Go up and go right. (+ for ASCII)
  • : Go down and go right. (- for ASCII)
  • : Go down and go left. (* for ASCII)
  • : Go up and go left. (/ for ASCII)
  • You must land on the top right center and you must start at the bottom left.

Grid

  • A 5×5 grid like the one under:
a b c d e
f g h i j
k IFK m n o
p q r IFK t
u v w x z
  • IFK means "input from keyboard".(The order to input is from right to left and down to up)

There are two parts in your programme - the directions and the grid.The programme outputs all the grids in the order you walk on it.

Example

Hello, World!

>>>>^^^<<+>
p c s d !
c e l r o
K k K k W
1 2 3 4 ,
H e l l o


You can view an attempted (and modified) implementation by User:Earthrulerr on the GitHub Repo