Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.