Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MineRobber9000/bf3ds
Brainfuck interpreter for the 3DS.
https://github.com/MineRobber9000/bf3ds
Last synced: 3 months ago
JSON representation
Brainfuck interpreter for the 3DS.
- Host: GitHub
- URL: https://github.com/MineRobber9000/bf3ds
- Owner: MineRobber9000
- Created: 2017-01-16T03:34:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T02:20:53.000Z (about 5 years ago)
- Last Synced: 2024-04-24T15:16:14.329Z (7 months ago)
- Language: C
- Homepage: https://minerobber9000.github.io/bf3ds
- Size: 74.2 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - bf3ds
README
# bf3ds [![Build Status](https://travis-ci.org/MineRobber9000/bf3ds.svg?branch=master)](https://travis-ci.org/MineRobber9000/bf3ds)
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](http://devkitpro.org/wiki/Getting_Started/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`.