Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 669 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 669 Bytes

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.