/game-2048-electron

A cross-platform desktop app for Game 2048, built with Electron and Node.js.

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/jojozhuang/game-2048-electron.git
cd game-2048-electron
npm install
npm start

Game will be launched, enjoy!

Packaging

npm run dist

Portfolio

Read portfolio Game 2048(Electron) to learn the main functions of this cross-platform desktop app.

Tutorial

Read tutorial Converting Web App to Desktop App with Electron to learn how this cross-platform desktop app is built.