MontyHallDS: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox DS Homebrews |title=MontyHallDS |image=montyhallds.png |description=The Monty Hall Problem ported to the Nintendo DS. |author=Rph |lastupdated=2024/06/12 |type=Puzzle |version=1.0 |license=MIT |download=https://dlhb.gamebrew.org/dshomebrew/montyhallds.zip |website=https://github.com/NotTheOnlyRph/MontyHallDS |source=https://github.com/NotTheOnlyRph/MontyHallDS }} A DS homebrew game based on the well-known [https://en.wikipedia.org/wiki/Monty_Hall_problem proble..." |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 4: | Line 4: | ||
|description=The Monty Hall Problem ported to the Nintendo DS. | |description=The Monty Hall Problem ported to the Nintendo DS. | ||
|author=Rph | |author=Rph | ||
|lastupdated= | |lastupdated=2025/05/30 | ||
|type=Puzzle | |type=Puzzle | ||
|version= | |version=2.0 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/dshomebrew2/montyhallds.zip | ||
|website=https://github.com/NotTheOnlyRph/MontyHallDS | |website=https://github.com/NotTheOnlyRph/MontyHallDS | ||
|source=https://github.com/NotTheOnlyRph/MontyHallDS | |source=https://github.com/NotTheOnlyRph/MontyHallDS | ||
| Line 26: | Line 26: | ||
== Changelog == | == Changelog == | ||
'''v2.0 2025/05/30''' | |||
* Added SFX support! | |||
* Improved graphics. | |||
* Fixed the simulation, which was doing anything but 2000 games. | |||
* HUGE improvements on source code. | |||
'''v1.0 2024/06/12''' | '''v1.0 2024/06/12''' | ||
* Added touchscreen support. | * Added touchscreen support. | ||
* Improved some other things in the code and readme. | * Improved some other things in the code and readme. | ||
Latest revision as of 12:54, 31 May 2025
| MontyHallDS | |
|---|---|
![]() | |
| General | |
| Author | Rph |
| Type | Puzzle |
| Version | 2.0 |
| License | MIT License |
| Last Updated | 2025/05/30 |
| Links | |
| Download | |
| Website | |
| Source | |
A DS homebrew game based on the well-known problem of Monty Hall and has two modes: one for playing the game and another one for simulating around 2000 games of Monty Hall.
This game was built in one month using libnds and nflib.
Installation
For hardware, simply copy the file in your ROMs directory folder.
For emulator users, enable DLDi and set the sync folder to the folder where you have stored the game.
Screenshots
Changelog
v2.0 2025/05/30
- Added SFX support!
- Improved graphics.
- Fixed the simulation, which was doing anything but 2000 games.
- HUGE improvements on source code.
v1.0 2024/06/12
- Added touchscreen support.
- Improved some other things in the code and readme.
v0.1a 2024/06/11
- The code has now commentaries for better understanding of how it works.
- Improved some minor things in the code and readme.
- If you have v0.1, you don't need to update to this version, excepting if you want to edit the source code.
v0.1 2024/06/08
- Initial release.
