This is an implementation of Mine Sweeper using VueJS.
You can use the Quip Live App menu to change the difficulty or to restart at the current difficulty.
Your best time for a particular difficulty level is stored in a Quip User Preference.
Check out my Getting Started Guide for detailed information on what changes are made and important caveats.
git clone https://github.com/herrevilkitten/quip-sweeper
cd quip-sweeper
npm install
For the most part, all of the deployment instructions from the Quip Live App Developer Guide will also apply to this repository.
To run the development server, use the command
npm run start
To build a deployable application, use the command
npm run build