Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 413 Bytes

File metadata and controls

19 lines (13 loc) · 413 Bytes

sample 2048 Game

A simple 2048 game. Game Link

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/sample2048Game; npm install
    
  3. Start your app

    npm start