0rientd / AChildrenGame3DS

This repo is for study. I'll try make a children game in C for Nintendo 3DS

Home Page:https://twitter.com/HackerOrientado

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Children Game for 3DS

In this project I will make a game for 3DS where the child will tap the bottom screen to hear the sound of animal. This project is for study purpose.


To-do:

  • Create the base of the code
  • Render image on the bottom screen
  • Add a custom logo
  • Split the screen in 4 parts
  • Play sound in each split screen
  • Add image in each split screen
  • Add sound in each split screen
  • Render a nice wallpaper to the top screen :)
  • Maybe a backuground music
  • Maybe an another thing =P

How to compile

To compile this project you will need do these simple steps:

  • Install ImageMagick (It's needed to have this when you will use the "make" command to convert the images in the gfx folder)
  • Install DevKitPro
  • Do a simple "make" in the folder where is the make file
make

How to use the game on your 3DS

  • Create a folder named "A Children Game" into "3ds" folder of your SD Card (e.g. 3dsSDCard/3ds/A Children Game)
  • Copy the AChildrenGame3DS.3dsx, AChildrenGame3DS.elf, AChildrenGame3DS.smdh and the folder "audio" to "A Children Game" folder in your 3DS SD Card.
  • Open the Homebrew Laucher and enjoy ;D

Images of the develop process

Click me :)

01.jpg

02

03

About

This repo is for study. I'll try make a children game in C for Nintendo 3DS

https://twitter.com/HackerOrientado


Languages

Language:Makefile 80.8%Language:C 19.2%