Skip to content

olilo/NDS-Pong2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nintendo DS Pong

This is a homebrew pong-clone for Nintendo DS. To compile the source code, you can use the supported Makefile. You will need to set up devkitPRO-environment with devkitARM- and libnds-library. Files can be found here: http://sourceforge.net/projects/devkitpro/

Compiler Setup (Unix only)

We assume gcc is configured. Download devkitPRO, devkitARM, libnds and libnds-maxmod.

  1. If not exists, create a folder /etc/devkitPRO
  2. Extract devkitARM into a subdirectory to /etc/devkitPRO/devkitARM
  3. Extract libnds and libnds-maxmod to /etc/devkitPRO/libnds
  4. Set DEVKITPRO and DEVKITARM as globals (e.g. in your .bashrc: export DEVKITPRO=/etc/devkitPRO export DEVKITARM=${DEVKITPRO}/devkitARM

Authors

Tobias Dreyer
Oliver Lorenz
Florian Purchess

About

Nintendo DS Homebrew 2nd attempt of pong

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.3%
  • C 10.7%