Happy-Ferret / BrainfuckIDE

A Brainfuck IDE/debugger designed to be intuitive, featureful and visually appealing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphical Brainfuck IDE

An intuitive, featureful and visually appealing Brainfuck IDE/debugger built in Godot

Standalone builds for Linux, Windows and Mac available here.

About

Brainfuck is a relatively well known esoteric programming language made up of only 8 single-character commands (+, -, >, <, ,, ., [ and ]). While there are numerous Brainfuck interpreters and compilers (including this ultra-fast one I wrote), this project aims to make Brainfuck simple, easy and fun.

Features

  • REPL-like behavior
  • Variety of input methods
  • Useful sample code
  • Animated real-time data tape with adjustable zoom
  • IO panel
  • speed-of-execution controls

Screenshots

screenshot 0 screenshot 1 recording

About

A Brainfuck IDE/debugger designed to be intuitive, featureful and visually appealing

License:MIT License


Languages

Language:C++ 96.9%Language:GDScript 3.1%