Skip to content

dokutan/bf-ide

 
 

Repository files navigation

bf-ide

Online brainfuck IDE

Available at https://dokutan.github.io/bf-ide

This is a fork of https://kvbc.github.io/bf-ide, with the following changes:

  • no external dependencies
  • replaced the proprietary font
  • no sound effects
  • updated CSS and simplified button behaviour
  • added a Dockerfile

running as a container

docker build -t bf-ide .
docker create -p 8080:80 --name bf-ide bf-ide
docker start bf-ide

About

An online brainfuck IDE

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.ace

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%