2048 by TooTallNate: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox Switch Homebrews |title=2048 |image=2048SwitchTooTallNate.png |description=Port of the game 2048. |author=TooTallNate |lastupdated=2024/11/09 |type=Puzzle |version=1.0 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/2048SwitchTooTallNate.7z |website=https://github.com/TooTallNate/switch-2048 |source=https://github.com/TooTallNate/switch-2048 |donation= }} {{#seo: |title=Switch Homebrew Games (Puzzle) - GameBrew |title_mode=append |image=2048S..." |
1.2.0 |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=2048 | |title=2048 | ||
|image= | |image=2048SwitchTooTallNate2.png | ||
|description=Port of the game 2048. | |description=Port of the game 2048. | ||
|author=TooTallNate | |author=TooTallNate | ||
|lastupdated= | |lastupdated=2026/02/25 | ||
|type=Puzzle | |type=Puzzle | ||
|version=1.0 | |version=1.2.0 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/2048SwitchTooTallNate.7z | |download=https://dlhb.gamebrew.org/switchhomebrews/2048SwitchTooTallNate.7z | ||
| Line 16: | Line 16: | ||
|title=Switch Homebrew Games (Puzzle) - GameBrew | |title=Switch Homebrew Games (Puzzle) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=2048SwitchTooTallNate2.png | ||
|image_alt=2048 | |image_alt=2048 | ||
}} | }} | ||
This is a port of the original 2048 game (by Gabriele Cirulli) to Nintendo Switch using nx.js. | This is a port of the [https://github.com/gabrielecirulli/2048 original 2048 game] (by Gabriele Cirulli) to Nintendo Switch using nx.js. | ||
The core game logic was able to be used unmodified. The main component of this port is a Canvas-based rendering engine instead of the original DOM-based renderer. | The core game logic was able to be used unmodified. The main component of this port is a Canvas-based rendering engine instead of the original DOM-based renderer. | ||
==Changelog== | ==Changelog== | ||
'''v1.2.0''' | |||
* Switch FW v21.x compat. | |||
'''v1.1.0''' | |||
* This version adds joystick control. Thank you @i0x0! | |||
'''v1.0''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/TooTallNate/switch-2048 | ||
* | * Homebrew App Store - https://hb-app.store/switch/2048 | ||
Latest revision as of 03:07, 27 February 2026
| 2048 | |
|---|---|
| General | |
| Author | TooTallNate |
| Type | Puzzle |
| Version | 1.2.0 |
| License | Mixed |
| Last Updated | 2026/02/25 |
| Links | |
| Download | |
| Website | |
| Source | |
This is a port of the original 2048 game (by Gabriele Cirulli) to Nintendo Switch using nx.js.
The core game logic was able to be used unmodified. The main component of this port is a Canvas-based rendering engine instead of the original DOM-based renderer.
Changelog
v1.2.0
- Switch FW v21.x compat.
v1.1.0
- This version adds joystick control. Thank you @i0x0!
v1.0
- First Release.
External links
- GitHub - https://github.com/TooTallNate/switch-2048
- Homebrew App Store - https://hb-app.store/switch/2048