16 lines
593 B
Markdown
16 lines
593 B
Markdown
so this is just me trying to see how you can develop things on the nintendo 3ds. have fun trying it ig
|
|
|
|
this repo is based on the template https://github.com/TricksterGuy/3ds-template
|
|
|
|
Files:
|
|
- LICENSE.txt apparently i must not remove it lol
|
|
- README.md this duh
|
|
- Makefile build the game
|
|
- resources/ metadata of the game
|
|
- AppInfo some metadata
|
|
- template.rsf some other metadata
|
|
- audio.wav played when selected on 3ds home menu
|
|
Must be less than 3 seconds.
|
|
- banner.png image shown when selected on 3ds home menu
|
|
- icon.png icon of the game
|
|
- source/ cpp code of the game
|