RAPTOR is a flowchart-based programming environment, designed specifically to help students visualize their algorithms and avoid syntactic baggage. RAPTOR programs are created visually and executed visually by tracing the execution through the flowchart. Required syntax is kept to a minimum. Students prefer using flowcharts to express their algorithms, and are more successful creating algorithms using RAPTOR than using a traditional language or writing flowcharts without RAPTOR.
Are you interested in running RAPTOR on Chromebooks, iPads, or just in a browser? Check out the pre-release here!. This is NOT fully tested. Send feedback via
A Multiplatform version of RAPTOR is now available for Windows, Mac and Linux built on top of [Avalonia]! See the downloads section below. Uses fonts from Noto Sans CJK for internationalization. Key differences:
Figure 1 RAPTOR for Windows
Figure 2 RAPTOR Avalonia
Papers on RAPTOR application:
RAPTOR referenced in following books or publications:
![]() |
![]() |
![]() |
While you cannot find an official "Nintendo DS Minecraft ROM link," you can explore the DScraft homebrew project for a fun, retro-style experience, provided you have the necessary flashcard hardware.
The desire for a Minecraft-like experience on the DS also led to a handful of other creative projects. The most notable is , a modern, actively maintained 2D survival game for the DS that takes clear inspiration from Minecraft. Version 0.4.0 brought new features like caves, localizations, and a new brightness engine. It is a testament to the continued passion for developing games for the DS.
It is important to note that there are two distinct versions associated with this search:
The primary focus is breaking and placing blocks to build, similar to Creative Mode in modern Minecraft.
DScraft is primarily focused on creative building; there are no mobs, hunger, or inventory crafting systems found in the standard game.
: The most well-known adaptation, created by Smealum. It is a Creative mode experience based on Minecraft Classic, featuring a day/night cycle, dynamic lighting, and support for custom texture packs.
The short answer is . An official version of Minecraft was never released for the original Nintendo DS or DS Lite. Those looking for an authentic Mojang experience on a Nintendo handheld had to wait until 2017 for Minecraft: New Nintendo 3DS Edition .
This version was released exclusively for the "New" line of consoles (New 3DS, New 3DS XL, and New 2DS XL) and was available as a physical cartridge or a digital download from the now-defunct Nintendo eShop until late March 2023.
), the dedicated homebrew community has created several impressive ports and "demakes" that bring the blocky experience to the classic handheld.
Some popular websites for downloading ROMs include:
A ROM, or Read-Only Memory, is a type of file that contains a copy of a game's data, such as its code, graphics, and sound effects. ROMs are often used to play classic games on modern devices or to experience games on platforms that never received an official release.
However, searching for this specific file introduces a mix of technical limitations, impressive community history, and serious cybersecurity risks. The Reality: Did Minecraft Ever Release on the Nintendo DS?
The DS's graphics processor can only render about . A single, simple character model in a modern game might use 10 times that many polygons. Rendering a sprawling, fully 3D Minecraft world under such a strict limit required programming genius to only draw blocks that were absolutely necessary and visible to the player at any moment.
Any site claiming to have an "Official Nintendo DS Minecraft ROM" is likely hosting malware or a fake file, as no such official game exists.
If the download comes in a .zip or .rar archive, extract it. DScraft often requires a data folder (usually named dscraft ) to be placed alongside the game file to store textures and save files.
DScraft is a fan-made, open-source homebrew game designed specifically for the Nintendo DS and DS Lite (and playable on DSi/3DS via flashcards). Developed primarily by user "smealum," it acts as a very impressive demake of . Features of DScraft :
You can even swap in original Minecraft textures for a more authentic look. Map Generator:
Open the emulator, select "Open ROM," and load the mcDS.nds file you downloaded.
While you cannot find an official "Nintendo DS Minecraft ROM link," you can explore the DScraft homebrew project for a fun, retro-style experience, provided you have the necessary flashcard hardware.
The desire for a Minecraft-like experience on the DS also led to a handful of other creative projects. The most notable is , a modern, actively maintained 2D survival game for the DS that takes clear inspiration from Minecraft. Version 0.4.0 brought new features like caves, localizations, and a new brightness engine. It is a testament to the continued passion for developing games for the DS.
It is important to note that there are two distinct versions associated with this search:
The primary focus is breaking and placing blocks to build, similar to Creative Mode in modern Minecraft.
DScraft is primarily focused on creative building; there are no mobs, hunger, or inventory crafting systems found in the standard game. nintendo ds minecraft rom link
: The most well-known adaptation, created by Smealum. It is a Creative mode experience based on Minecraft Classic, featuring a day/night cycle, dynamic lighting, and support for custom texture packs.
The short answer is . An official version of Minecraft was never released for the original Nintendo DS or DS Lite. Those looking for an authentic Mojang experience on a Nintendo handheld had to wait until 2017 for Minecraft: New Nintendo 3DS Edition .
This version was released exclusively for the "New" line of consoles (New 3DS, New 3DS XL, and New 2DS XL) and was available as a physical cartridge or a digital download from the now-defunct Nintendo eShop until late March 2023.
), the dedicated homebrew community has created several impressive ports and "demakes" that bring the blocky experience to the classic handheld. While you cannot find an official "Nintendo DS
Some popular websites for downloading ROMs include:
A ROM, or Read-Only Memory, is a type of file that contains a copy of a game's data, such as its code, graphics, and sound effects. ROMs are often used to play classic games on modern devices or to experience games on platforms that never received an official release.
However, searching for this specific file introduces a mix of technical limitations, impressive community history, and serious cybersecurity risks. The Reality: Did Minecraft Ever Release on the Nintendo DS?
The DS's graphics processor can only render about . A single, simple character model in a modern game might use 10 times that many polygons. Rendering a sprawling, fully 3D Minecraft world under such a strict limit required programming genius to only draw blocks that were absolutely necessary and visible to the player at any moment. Version 0
Any site claiming to have an "Official Nintendo DS Minecraft ROM" is likely hosting malware or a fake file, as no such official game exists.
If the download comes in a .zip or .rar archive, extract it. DScraft often requires a data folder (usually named dscraft ) to be placed alongside the game file to store textures and save files.
DScraft is a fan-made, open-source homebrew game designed specifically for the Nintendo DS and DS Lite (and playable on DSi/3DS via flashcards). Developed primarily by user "smealum," it acts as a very impressive demake of . Features of DScraft :
You can even swap in original Minecraft textures for a more authentic look. Map Generator:
Open the emulator, select "Open ROM," and load the mcDS.nds file you downloaded.
Do you want more older versions? Check out older versions of RAPTOR here
Did you know RAPTOR has modes? By default, you start in Novice mode. Novice mode has a single global namespace for variables. Intermediate mode allows you to create procedures that have their own scope (introducing the notion of parameter passing and supports recursion). Object-Oriented mode is new (in the Summer 2009 version)
RAPTOR is freely distributed as a service to the CS education community. RAPTOR was originally developed by and for the US Air Force Academy, but its use has spread and RAPTOR is now used for CS education in over 30 countries on at least 4 continents. Martin Carlisle is the primary maintainer, and is a professor at Texas A&M University.
Below handouts are by Elizabeth Drake, edited from Appendix D of her book, Prelude to Programming: Concepts and Design, 5th Edition, by Elizabeth Drake and Stewart Venit, Addison-Wesley, 2011. Linked here with author's permission.
Comments, suggestions, and bug reports are welcome. If you have a comment, suggestion or bug report, send an email to .
David Cox has put together a user forum at http://raptorflowchart.freeforums.org. This provides a place for users to exchange ideas, how tos, etc. Note however, that feedback for the author should be sent by email rather than posting on this forum.
Randy Bower has some YouTube tutorials at http://www.youtube.com/user/RandallBower. You can also search YouTube for "RAPTOR flowchart".
The UML designer is based on NClass, an open-source UML Class Designer. NClass is licensed under the GNU General Public License. The rest of RAPTOR, by US Air Force policy, is public domain. Source is found here. RAPTOR is written in a combination of A# and C#. Unfortunately, I don't have the time to provide support on compilation issues