This is quite a fast interpreter for Befunge-93.
- 100% compliance with the Befunge-93 specifications
- Step-by-step befunge debugger
See benchmarks.txt
Run your befunge programs at max speed
make
Print the program state at every command
make debug
./befunge <path/to/program.bef>
I've included a few great programs for you to try in the programs
folder