Called KPPL(Kieron's Prototype Programming Language)
KPPL is a text-based game maker designed for the adventure or war genre.
Code sample:
That pretty much tells you to enter your name then prints it on the next line.
There is no compiler, yet.
KPPL is a text-based game maker designed for the adventure or war genre.
Code sample:
Code:
if !fin strt
public str test = input("What is your name: ")
output test
fin
That pretty much tells you to enter your name then prints it on the next line.
There is no compiler, yet.