forked from fancypantalons/nethackds
-
Notifications
You must be signed in to change notification settings - Fork 0
Nintendo DS port of NetHack
twocows/nethackds
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NetHackDS -- General Information NetHackDS is what it sounds like: a port of the famous game NetHack for the Nintendo DS. Building ======== Setting up the environment -------------------------- In order to build NetHackDS, a number of pre-requisites must be in place: 1. A working devkitpro and devkitARM environment. 2. The following libraries must be installed in $DEVKITPRO/libnds: - libnds - libfat - wifilib These are all standard devkitpro libraries for the NDS. - libpcre This is available as a separate download from the NetHackDS github project. - Masscat's gdb stub. I'm now hosting this code as a separate github project, and have updated it to build with the latest devkitarm. You can find it here: https://github.com/fancypantalons/NDS-Debug-Stub 3. A working build environment for the host machine capable of producing 32-bit binaries. Compiling --------- With the pre-requisites in place, a build can be triggered by running: make -f sys/nds/Makefile The game and data files are then available in the binary directory. Installing ========== To install, copy the NetHack data folder to the *root* of your flash device, and then place the NetHack.nds (or NetHack.ds.gba, if you're using a slot-2 device) in the appropriate location. Note, you may have to DLDI-patch the binary if your device doesn't support auto-patching.
About
Nintendo DS port of NetHack
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 92.1%
- C++ 5.0%
- Makefile 1.2%
- Yacc 0.7%
- DIGITAL Command Language 0.4%
- Lex 0.2%
- Other 0.4%