https://github.com/jasonbock/ironbefunge
IronBefunge is an interpreter (written in .NET) for Befunge programs.
https://github.com/jasonbock/ironbefunge
Last synced: 5 months ago
JSON representation
IronBefunge is an interpreter (written in .NET) for Befunge programs.
- Host: GitHub
- URL: https://github.com/jasonbock/ironbefunge
- Owner: JasonBock
- License: mit
- Created: 2014-05-17T20:48:08.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T23:43:55.000Z (11 months ago)
- Last Synced: 2025-10-20T02:00:01.576Z (8 months ago)
- Language: C#
- Size: 260 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
IronBefunge
================
IronBefunge is an interpreter (written in .NET) for Befunge programs. Currently it (kind of) supports Befunge-93, but the intent is to support Funge-98 for a 2-dimensional space in the near future (see http://catseye.tc/view/funge-98/doc/funge98.markdown for details on the specification).