This is a Brain**** Interpreter, however I will call it "Brainfudge." Brainfudge is a very simple language. So simple, it's hard. It is considered one of the most infuriating languages out there. The project will teach you how to use it(on the bottom). As for coding in Brainfudge, there is an instruction manual in the code. But here are the 8 commands in brief: > = move to the next cell < = move to the previous cell + = increment the value of the current cell - = decrement the value of the current cell [ ] = repeat until the value of the cell is 0 . = print a character based on the value of the current cell , = set the value of the current cell based on the input* *Takes an input at the start of the program, then moves through the input as " , " is used. There might be a few bugs.