Skip to content
/ bf-ide Public
forked from kvbc/bf-ide

An online brainfuck IDE

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.ace
Notifications You must be signed in to change notification settings

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%