A cross-platform desktop application developed with Electron, based on 2048 web. The original source files come from 2048.
git clone https://github.com/devdreamsolution/electron-game-2048.git
cd game-2048-electron
npm install
npm start
Game will be launched, enjoy!
npm run dist