diff --git a/README.md b/README.md index 19d552f..8e96fe2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # BefungeDotNet -A Befunge-98-variant editor and interpreter written in C# with WPF -The instruction characters we're implementing are in the Wiki. +Currently a WPF User-control which provides character highlighting for a variant of Befunge-98. Supports many design-time features of the Visual Studio WPF Designer, rudimentary theming, and most data binding. + +This project was initially intended to additionally serve as a Befunge Interpreter, eventually with commands to manipulate .NET types on the Befunge stack. However the person who would have written the interpreter functionality has been unable as of yet to work on this project and had asked me to refrain from completing it for him. + +The user control is, in its current state, more of an excercise in creating a relatively complex control which exposes only the raw text of its contents. It was also a way to learn more about how the built-in controls in WPF function.