No description
Find a file
2024-10-04 18:00:49 +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
resources change audio to dunked on song 2024-09-24 23:32:39 +02:00
source test graphics (omg that's awesome) 2024-10-04 18:00:49 +02:00
.gitignore base template of a 3DS game 2024-09-24 20:11:30 +02:00
LICENSE.txt base template of a 3DS game 2024-09-24 20:11:30 +02:00
Makefile tests for inputs 2024-09-25 01:06:17 +02:00
README.md base template of a 3DS game 2024-09-24 20:11:30 +02:00

template from 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