Skip to content

electricWah/brainfuck-visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brainflop Visualizer

Javascript Brainflop Interpreter + Visualizer

What is Brainflop?

Brainflop is a turing-complete minimal programming language. It is based on brainfuck, but changes some of the symbols with the goal of making it very difficult to progam in.

Brainfuck language consist with a simple machine model, a pointer and 8 commands (character).

More information: http://en.wikipedia.org/wiki/Brainfuck https://esolangs.org/wiki/Brainflop

Contributors

Demo

http://electricWah.github.io/brainfuck-visualizer

About

Javascript Brainfuck Interpreter and Visualizer. Built with Backbone.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.1%
  • HTML 29.3%
  • CSS 22.6%