This is a console application built with .NET Framework 4.7.2
that interprets code written in the esoteric programming language Befunge-93. It also includes Unit tests with MSTest.
To run this program:
- Navigate to
.\BefungeInterpreter\bin\Debug\
. - Execute BefungeInterpreter.exe.
- Ensure that the Befunge code is saved in a .bf file, located in the
.\Befunge_Samples
directory.
Befunge is an esoteric programming language known for its two-dimensional code flow. If you'd like to learn more about Befunge and how it works, check out the following resources: