Brainfoge

A technically complete Brainfuck interpreter written in Dogescript

Instructions

  1. Install Dogescript

    npm install -g dogescript
    
  2. Place your Brainfuck code into the same directory as brainfoge.djs and name it code

  3. Place your input into the same directory as above and name it input

  4. Run using

    dogescript brainfoge.djs | node
    

Built With

  • dogescript
Share this project:

Updates