aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/ShiftOS.Engine.csproj
diff options
context:
space:
mode:
authorRogueAI42 <[email protected]>2017-06-17 19:16:50 +1000
committerRogueAI42 <[email protected]>2017-06-17 19:16:50 +1000
commitdbf794c9849c0046cf2e93a878c6d8d9101d2fc8 (patch)
treed5ff20daf283fff179f0ddb79b07edafd59c613a /ShiftOS_TheReturn/ShiftOS.Engine.csproj
parent77cb4a9a14de07023e86a9a5cda7171fcb4ec8ec (diff)
downloadshiftos_thereturn-dbf794c9849c0046cf2e93a878c6d8d9101d2fc8.tar.gz
shiftos_thereturn-dbf794c9849c0046cf2e93a878c6d8d9101d2fc8.tar.bz2
shiftos_thereturn-dbf794c9849c0046cf2e93a878c6d8d9101d2fc8.zip
MindBlow: Brainfuck IDE for ShiftOS
For 50,000 Codepoints you can write and run Brainfuck programs in a dedicated IDE. Check out the site on "shiftnet/mindblow". The IDE seems to be working perfectly. The site has some theming issues.
Diffstat (limited to 'ShiftOS_TheReturn/ShiftOS.Engine.csproj')
-rw-r--r--ShiftOS_TheReturn/ShiftOS.Engine.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/ShiftOS.Engine.csproj b/ShiftOS_TheReturn/ShiftOS.Engine.csproj
index 9c9ad0f..5d434fc 100644
--- a/ShiftOS_TheReturn/ShiftOS.Engine.csproj
+++ b/ShiftOS_TheReturn/ShiftOS.Engine.csproj
@@ -122,6 +122,7 @@
<Compile Include="AppearanceManager.cs" />
<Compile Include="AppLauncherDaemon.cs" />
<Compile Include="AudioManager.cs" />
+ <Compile Include="BFInterpreter.cs" />
<Compile Include="CommandParser.cs" />
<Compile Include="Commands.cs" />
<Compile Include="Command.cs" />