No description
Find a file
2025-07-30 20:34:07 +02:00
.vscode console utils 2024-09-28 03:15:49 +02:00
docs test graphics (omg that's awesome) 2024-10-04 18:00:49 +02:00
include s 2024-12-29 19:19:38 +01:00
resources change audio to dunked on song 2024-09-24 23:32:39 +02:00
source s 2024-12-29 19:19:38 +01:00
.gitignore dev: add /*.lst to .gitignore 2024-10-12 17:22:51 +02:00
LICENSE.txt base template of a 3DS game 2024-09-24 20:11:30 +02:00
Makefile dev: fix check_headers rule 2024-10-12 17:22:21 +02:00
README.md add things to README.md 2025-07-30 20:34:07 +02:00

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