A "Deal or No Deal" style game for the Nintendo 64, built using libdragon with the preview branch.
- Classic Deal or No Deal gameplay.
- Select your box and open the others round by round.
- Receive offers from the Banker based on the remaining values.
- Decide: Deal or No Deal?
-
Install LibDragon Toolchain: Follow the official Libdragon CLI installation guide for your operating system.
-
Clone the Repository
-
Navigate into the Directory:
cd no-deal-v2 -
Initialize LibDragon Project:
libdragon init
-
Build: (outputs a region-free ROM
no_deal.z64).libdragon make
After building, you will have a ROM file (e.g., no_deal.z64) in the project's root directory.
- Emulator: Load the ROM file into your preferred N64 emulator (e.g., Ares, Mupen64Plus, Simple64).
- Flashcart: Copy the ROM file to the SD card of your N64 flashcart (e.g., EverDrive64, 64drive) and load it on your console.
Enjoy the game!

