sample 2048 Game A simple 2048 game. Game Link Getting Started Getting up and running is as easy as 1, 2, 3. Make sure you have NodeJS and npm installed. Install your dependencies cd path/to/sample2048Game; npm install Start your app npm start