Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheKgg/switch-brainfuck
Brainfuck interpreter for the Nintendo Switch
https://github.com/TheKgg/switch-brainfuck
Last synced: 2 months ago
JSON representation
Brainfuck interpreter for the Nintendo Switch
- Host: GitHub
- URL: https://github.com/TheKgg/switch-brainfuck
- Owner: TheKgg
- Archived: true
- Created: 2018-04-21T16:33:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T23:42:35.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T18:16:35.647Z (6 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - switch-brainfuck
README
# switch-brainfuck
A brainfuck interpreter for the Nintendo Switch## Usage
Put a .bf file with code (only code, no comments) in either the root of your emulator's SD card or in the same folder as your .nro. It will be booted on start.When it asks for input move the left joystick to select a number.
## Compiling
Just install devkitPro using [this](http://switchbrew.org/index.php?title=Setting_up_Development_Environment) guide, replace the source folder in your new project with the source folder here, and run **make build** in the same folder as the Makefile.