2048 | |
---|---|
![]() | |
General | |
Author | FlagBrew |
Type | Puzzle |
Version | 1.1.0 |
License | MIT License |
Last Updated | 2025/04/06 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
2048 port for Switch Homebrew.
Installation
Place the .nro to the /switch/ folder on the SD card.
User guide
2048 is a challenging mathematical game that requires skill and strategy. The objective is to combine smaller tiles on the board to form a tile with a value of 2048. To do this, you must merge two identical tiles on the same line or column, with no other tiles between them. Each time you merge two tiles, their values add up and the game continues.
The game board is comprised of tiles with values of 2, 4, 8, 16, and so on. As you progress through the game, merging tiles to create larger ones, the challenge becomes increasingly difficult.
If you manage to reach the 2048 tile, don't worry! You can continue playing and try to improve your score. Do you have what it takes to beat the mighty 2048?
Controls
D-Pad - Move tiles
B - Reset
Plus - Save gamestate and quit game
Screenshots
Media
2048 Strategy (GamerVsGenius)
Changelog
v1.1.0
- I finally updated the code to make this game work again on the Switch after few breaking changes happened. Something like 7 years later, this software finally runs again :).
- I originally ported this game to the Switch in 2018 before even owning a console to test it on. It has been a really fun experience.
- We only had CPU rendering available at the time, and lots of improvements have been made in the community to easily render graphics with the GPU in these years. I didn't feel necessary to move from CPU to GPU rendering for this simple toy project, now that I made it work again: anyone can contribute to improve this :).
v1.0.0-1
- Fixes loading issues on latest Switch firmware versions.
v1.0.0
- First Release.
External links
- Official website - https://flagbrew.org/
- GitHub - https://github.com/BernardoGiordano/2048
- GBAtemp - https://gbatemp.net/threads/release-2048-port-for-switch-homebrew.501678/