Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 308 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 308 Bytes

2048

My own attempt to recreate the game 2048 in the browser

##Setup

Make sure node.js is installed and symlinked as node so that less can run.

sudo apt-get install nodejs nodejs-legacy

##Installation

Run the following command from the root directory:

make install