Kyle

From Esolang
Jump to navigation Jump to search

Kyle is an Esoteric programming language created by User:Buckets in 2024, It is on a 2D grid and the Pointer is Kyle

which might follow your directions, or not.

Commands Instructions
^ 20% chance to go up.
< 20% chance to go left.
> 20% chance to go right.
v 90% chance to go down.
# Wall, 1% to not stop and 100% chance to ignore the next instruction except for Walls, Kyle will Turn in a random way once.
_ this will Put Kyle here 100%, Kyle will just Randomly turn and Walk.
! Give Kyle An input toy.
? 100% chance to Prints the current number in ASCII.
- A door that has a lock of the number 0, It acts like #.
+ Replace the Numbered toy with another Toy that's 1 below.
; Replace The Numbered Toy with Another toy that is 1 Above.
' Stops the Program.

Cat program:

###
#_#
#v#
#!#
#?#
#'#
###