Skip to content

MineRobber9000/bf3ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bf3ds Build Status

Brainfuck interpreter for the 3ds.

Goals:

  • to have a brainfuck keyboard
  • to have file import capabilities
  • to actually interpret the brainfuck code

Dependencies

Requires devkitARM.

Building

Run ./build.sh to build the 3dsx, SMDH, and version file. Copy everything from the folder dist into a folder on your SD card.

If you want to zip your code, use ./zipdist.sh after running ./build.sh.