This app is a NES emulator that runs on the NumWorks calculator.
To install this app, you'll need to:
- Download the latest
nofrendo.nwafile from the Releases page - Extract a
cartridge.nesROM dump from your NES cartridge, or, alternatively, use the providedsrc/2048.nesfile. - Head to my.numworks.com/apps to send the
nwafile on your calculator along thenesfile.
The controls are pretty obvious because the NES gamepad looks a lot like the NumWorks' keyboard:
| NES controls | NumWorks |
|---|---|
| Arrow | Arrows |
| B | Back |
| A | OK |
| Select | Shift |
| Start | Backspace |
To build this sample app, you will need to install the embedded ARM toolchain and nwlink.
brew install numworks/tap/arm-none-eabi-gcc node # Or equivalent on your OS
npm install -g nwlink
make clean && make build