JavaScript version of the classic game 2048. The object of the game is to slide tiles on the grid and get the numbers to add up to 2048!
To install the dependencies:
npm install
To fire up a development server:
npm run server
To build the static files:
npm run buildContributors: Tess Griffin and Eric Dowty
