Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nottheonlyrph/montyhallds
The Monty Hall Problem ported to the Nintendo DS!
https://github.com/nottheonlyrph/montyhallds
ds ds-homebrew homebrew monty-hall-problem monty-hall-simulator
Last synced: 14 days ago
JSON representation
The Monty Hall Problem ported to the Nintendo DS!
- Host: GitHub
- URL: https://github.com/nottheonlyrph/montyhallds
- Owner: NotTheOnlyRph
- License: mit
- Created: 2024-05-10T07:20:59.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-18T05:35:13.000Z (5 months ago)
- Last Synced: 2024-10-04T21:42:24.582Z (about 1 month ago)
- Topics: ds, ds-homebrew, homebrew, monty-hall-problem, monty-hall-simulator
- Language: C
- Homepage:
- Size: 2.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
- License: LICENSE
Awesome Lists containing this project
README
Welcome to the Monty Hall Problem for Nintendo DS!
It's a program I made alone, in one month. If you want to play it or to see / edit the code (I don't see why you could have downloaded it else, but anyways...), see the sectiond below.
PLAY
- If you want to play it on a DS-family console, you need to have an hacked 3DS/2DS/DSi with TwilightMenu++ or a flashcard (M3, R4...).
Simply copy the file in your ROMs directory folder.- For the emulator users, you need one that supports DLDi (MelonDS for example). Enable DLDi and you're good to go!
EDIT SOURCE CODE
I organized the source code like this:
Assets: Folder where you can find sprites, backgrounds, apps and... other things, it's not organized and it's not supposed to be. (Some files are in .kra format, they need to be opened with an app called Krita)
build: Folder created when compiling the program with Devkitpro. Contains files that could help (I'm not sure and I don't use this folder).
nflib: Files for NFlib, the graphical library used to program on the DS. Needs to be here.
nitrofiles: Here is the folder containing sprites and backgrounds I use, compiled with GRIT.
source: Where the source code is.
About the license: This license is used only due to NFlib having the MIT license.
Feel free to edit, and send me a message if you want your code to be implemented here. I'll credit you. (If you don't want to, please credit me if you share it on the internet)Enjoy!
Rph.