Skip to content

mdmrk/2048-nds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048-nds

2048 puzzle game inspired in Professor Layton using some assets from the game.

Download

Latest release

Build

Install devkitPro. Installation might be different depending on the platform. On Linux and using pacman as the package manager we'll type

sudo pacman -Syu nds-dev

Then simply run

make

to compile.

Acknowledgements

  • libnds - C library for Nintendo DS
  • nds_nflib - C library for Nintendo DS software development based upon DevkitARM