Camroku / befunpy

An dynamic-sized Befunge-93 interpreter written in Python.

Home Page:https://befunpy.camroku.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

befunpy

befunpy is an dynamic-sized and extensible Befunge-93 interpreter written in Python.

befunpy's origin is a Befunge interpreter made in QoLang which was made by the author of this interpreter.

Extensions

Copy the extension's file to extensions folder, and add extsi.registerext("extensionname") to exts.py.

Example:

# Assuming we're in /home/user/befunpy which is this repository
copy ../Downloads/mygreatextension.py ./extensions/mygreatextension.py
echo "extsi.registerext(\"mygreatextension\")" >> exts.py

About

An dynamic-sized Befunge-93 interpreter written in Python.

https://befunpy.camroku.tech

License:GNU General Public License v3.0


Languages

Language:Python 100.0%