/motion2048

2048, built with React, React-Motion and Redux

Primary LanguageJavaScript

Motion 2048

Play it here: https://floriferous.github.io/motion2048/

Installation

  • clone directory
  • run yarn install
  • run yarn start

Testing

Run yarn test

## For my future self ##

To deploy a new version of this app:

  • commit all changes to the master branch
  • run yarn version and set the new version
  • (push the version change commit to github)
  • run yarn deploy to deploy the app to github pages