This is an interpreter for the language befunge-93. See Wikipedia(https://en.wikipedia.org/wiki/Befunge) for the language specification. This interpreter provides basic functionality. Special implementations will be done in the future, but don't expect much as this project is being developed as a hobby XD
You need to have Node.js and Rust installed to run it. At a minimum, you will need wasm-pack
and live-server
installed. When you are ready, run the following command.
build: wasm-pack build --target web
run: live-server --port=3000