About • Images • Installation • Building • Contributing
This project is a port of the excellent 2048.c by Maurits van der Schee to the Nintendo 3DS. The original game is a minimalist implementation of the popular 2048 puzzle for Linux terminals, and now you can play it on your 3DS console!
- 🎯 Faithful gameplay to the original
- 💾 Score system
- 🎮 Native 3DS controls
- ⚡ Optimized performance
- 📱 Interface adapted for 3DS screens
- Nintendo 3DS/2DS/New 3DS with Custom Firmware (CFW)
- Access to Homebrew Launcher
- Download the
.3dsxfile from the releases page - Copy the file to the
/3ds/folder on your SD card - Open the Homebrew Launcher on your 3DS
- Launch 2048 3DS Port
- Have fun! 🎉
- devkitPro installed and configured
- devkitARM and libctru updated
# Clone the repository
git clone https://github.com/0rientd/2048-port-3ds.git
cd 2048-port-3ds
# Compile
make
# The 2048-port-3ds.3dsx file will be generated in the project root- D-Pad/Circle Pad: Move the tiles (↑ ↓ ← →)
- START: Exit the game
- SELECT: Restart the game
This project is distributed under the MIT license. See the LICENSE file for more details.
The original 2048.c project by Maurits van der Schee is also MIT licensed.
- Maurits van der Schee - For the excellent 2048.c that served as the base for this port
- devkitPro Team - For the amazing homebrew development tools
- Nintendo Homebrew Community - For the documentation and support
Contributions are welcome! Feel free to:
- 🐛 Report bugs
- 💡 Suggest new features
- 🔧 Submit pull requests
- 📖 Improve documentation
Made with ❤️ for the 3DS homebrew community



