No description
Find a file
2024-09-25 23:09:49 +02:00
docs docs: add docs/ 2024-09-25 00:39:51 +02:00
resources change audio to dunked on song 2024-09-24 23:32:39 +02:00
source test_console_dimensions 2024-09-25 23:09: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