This app is a NES emulator that runs on the NumWorks calculator.
To install this app, you'll need to:
- Download the latest
nofrendo.nwa
file from the Releases page - Extract a
cartridge.nes
ROM dump from your NES cartridge, or, alternatively, use the providedsrc/2048.nes
file. - Head to my.numworks.com/apps to send the
nwa
file on your calculator along thenes
file.
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