Back
2048
by TooTallNate
|
Version | 1.1.0 |
Zip size | 2,922 KiB |
License | MIT |
Updated | 21/12/2024 |
Downloads | 7,706 |
MD5 | 6a6c8f084d828121408522e6023e6afc |
App Details
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
1.1.0
This version adds joystick control. Thank you @i0x0!
1.0.0
Package updated to use TooTallNate's port.