/electron-game-2048

2048 game using ElectronJS

Primary LanguageJavaScriptMIT LicenseMIT

Game 2048

A cross-platform desktop application developed with Electron, based on 2048 web. The original source files come from 2048.

Function

Play game 2048. image

Setup Locally

git clone https://github.com/devdreamsolution/electron-game-2048.git
cd game-2048-electron
npm install
npm start

Game will be launched, enjoy!

Packaging

npm run dist