Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.26 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.26 KB

BF-Playground

Welcome to BF Playground! This is an intuitive and useful online platform for writing and executing Brainfuck (BF) programs in your browser. Brainfuck is a minimalistic esoteric programming language known for its Turing completeness. Read the this documentation if you are interested in learning the language

Features

  • Interactive Editor: Write multiple lines of Brainfuck code with syntax highlighting and code indentation for an enhanced coding experience.
  • Run Button: Execute your Brainfuck program with a single click for quick testing and instant results.
  • Terminal Output: View the output of your program in the read-only terminal, providing immediate feedback on program behavior.
  • Responsive Design: Enjoy a seamless experience across various devices, ensuring accessibility and convenience.

Live Demo

Try out BF Playground live Here!

Contributing

Contributions are welcome! If you encounter issues or have suggestions for improvements, please create a new issue or submit a pull request on our GitHub repository.

License

This project is licensed under the MIT License.