Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coltonk9043/monkeyfracasjrnds
An NDS port of the game Monkey Fracas Jr from Futurama
https://github.com/coltonk9043/monkeyfracasjrnds
Last synced: 3 days ago
JSON representation
An NDS port of the game Monkey Fracas Jr from Futurama
- Host: GitHub
- URL: https://github.com/coltonk9043/monkeyfracasjrnds
- Owner: coltonk9043
- License: gpl-3.0
- Created: 2022-09-22T17:05:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T03:24:15.000Z (over 1 year ago)
- Last Synced: 2023-07-16T15:52:36.018Z (over 1 year ago)
- Language: C++
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monkey Fracas Jr. for the Nintendo DS
An NDS port of the game Monkey Fracas Jr from Futurama.## Prequisites
This is not a standalone application and requires libnds in order to work.
If you plan to compile this, you must ensure that either libnds or devkitPro is installed on your machine.
A download link for devkitPro can be found at: https://github.com/devkitPro/installer/releasesCompiling this code will generate a .nds file, which can be emulated or loaded onto a homebrewed device.
## Setup
1. Copy this folder (or symbolic link) to the path of devkitPro under 'C:/devkitPro/MonkeyFracasJrNDS'. This ensures that the library can be found when compiling / modifying code.
2. Go into the folder 'MonkeyFracasJrNDS', change line 'Project Directory' in the .prj file to the root directory of the project.
3. Run 'make'. Assuming that the library is installed and working, the project should compile.
4. After the 'make' command is finished, you should have a '.nds' file in the root directory of the project.
5. Open the '.nds' file in an emulator or a homebrewed NDS device. You should be good to go! :)![image](https://user-images.githubusercontent.com/56643581/224885181-ddd78e14-5701-4ef4-901f-7d8fecf42aaa.png)