Tool for decoding / encoding in Alphuck. Alphuck is a minimalist programming language subtituting to Brainfuck 8 letters of the alphabet.
Alphuck - dCode
Tag(s) : Programming Language
dCode is free and its tools are a valuable help in games, puzzles and problems to solve every day!
You have a problem, an idea for a project, a specific need and dCode can not (yet) help you? You need custom development? Contact-me!
Sponsored ads
Tool for decoding / encoding in Alphuck. Alphuck is a minimalist programming language subtituting to Brainfuck 8 letters of the alphabet.
The Alphuck language is a variant of BrainFuck (by substitution/replacing its characters). Its operation is identical to the Brainfuck, with 8 operators whose characters are replaced by letters of the alphabet according to the following table:
Alphuck | Brainfuck | Operation |
---|---|---|
e | + | increase pointer |
i | - | decrease le pointeur |
a | > | move righ pointer |
c | < | move left pointer |
p | [ | loop until s while pointer not null |
s | ] | end loop |
j | . | output pointer ascii value |
o | , | save input in cell pointer |
Thus, to any code in BrainFuck, corresponds a code in Alphuck.
Example: The Alphuck program eeeeeeeeeepaeaeeeaeeeeeeeaeeeeeeeeeeccccisaaaiiiiijejej corresponds to BF code ++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>-----.+.+. and output (console) the characters ABC
An Alphuck code runs like any program, using an interpreter, and can display an output result (based on an optional input argument). dCode executes the program and displays each byte returned to the console as well as the final memory register (for debugging).
The message consists only of the 8 lowercase letters e, i, a, c, p, s, j, o in frequencies similar to Brainfuck.
dCode retains ownership of the source code of the script Alphuck online. Except explicit open source licence (indicated Creative Commons / free), any algorithm, applet, snippet, software (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt, encrypt, decipher, cipher, decode, code, translate) written in any informatic langauge (PHP, Java, C#, Python, Javascript, Matlab, etc.) which dCode owns rights will not be given for free. To download the online Alphuck script for offline use on PC, iPhone or Android, ask for price quote on contact page !