Skip to content

nikhilkuyya/2048-game

Repository files navigation

Building the 2048 game.

Technologies Overview :

  • Vue , JS and build tools.

logic containing Javascript for handling the swapping part.

components folder containing the templates logic.

Vuex used for stateManagement between the template.

Unit and Integration testing done for Logic part of Swapping.

Build System

  • package manager : npm.
  • webpack bundler. - prod Build: npm run build. - dev build : npm run build:dev
  • Babel v7
  • flow for typesystem.
  • prettier and eslint for static analysis.
  • husky and lint-staged for check point at the commit.
  • jest : used for unit and integration test.