tags:

views:

103

answers:

2

I am currently writing a text-adventure type game in Malbolge.

Can anyone tell me how to accept a user input in Malbolge? I am able to output text to the screen, however, I can't seem to figure out how to accept input.

+2  A: 
GHJUYGHJKLKUJHM;&MJ:6AG9F5D8V)A8%]>75Q;6EE85U955%-245!/3DU,2TI)
M2$=&141#0D% /SX]/#LZ.3@W-C4T,S(Q,"\N+2PK*BDH)R8E)",B(7Y]?'MZ
M>7AW=G5T<W)Q<&]N;6QK:FEH9V9E9&-B86!?7EU<6UI96%=655134E%03TY-

Untested, but should work.

Baldu
Only in a cruel and hopeless world like ours can such a thing as Malbolge be created.
apphacker
Hmm, the markdown editor is having some trouble highlighting Malboge syntax. I'll file a bug report.
Baldu
+3  A: 

In this page you'll find an example of a program which takes an input and outputs it.

Moayad Mardini