A cross-platform desktop application developed with Electron, based on 2048 web. The original source files come from 2048.
git clone https://github.com/jojozhuang/game-2048-electron.git
cd game-2048-electron
npm install
npm start
Game will be launched, enjoy!
npm run dist
Read portfolio Game 2048(Electron) to learn the main functions of this cross-platform desktop app.
Read tutorial Converting Web App to Desktop App with Electron to learn how this cross-platform desktop app is built.