https://github.com/mdmrk/2048-nds
2048 puzzle game for Nintendo DS
https://github.com/mdmrk/2048-nds
2048 c c-game game libnds nds
Last synced: 10 months ago
JSON representation
2048 puzzle game for Nintendo DS
- Host: GitHub
- URL: https://github.com/mdmrk/2048-nds
- Owner: mdmrk
- License: mit
- Created: 2022-11-27T19:04:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T22:10:56.000Z (over 3 years ago)
- Last Synced: 2025-02-14T20:44:54.967Z (over 1 year ago)
- Topics: 2048, c, c-game, game, libnds, nds
- Language: C
- Homepage:
- Size: 838 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2048-nds
2048 puzzle game inspired in Professor Layton using some assets from the game.
## Download
[Latest release](https://github.com/mariod8/2048-nds/releases/latest)
## Build
Install [devkitPro](https://devkitpro.org/wiki/devkitPro_pacman). Installation might be different depending on the platform. On Linux and using [pacman](https://wiki.archlinux.org/title/pacman) as the package manager we'll type
```
sudo pacman -Syu nds-dev
```
Then simply run
```
make
```
to compile.
## Acknowledgements
- [libnds](https://github.com/devkitPro/libnds) - C library for Nintendo DS
- [nds_nflib](https://github.com/knightfox75/nds_nflib) - C library for Nintendo DS software development based upon DevkitARM