Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.73 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.73 KB

Fitbit Solitaire is a program written in Javascript for the Fitbit Ionic watch. It is currently a work in progress.

The controls are mostly mapped to the physical buttons, to avoid the need for accurate touch on such a small screen. The bottom right button cycles the selected card, and the top right button selects the card for movement. The left button is used to cancel the current action, whether it is a selected card or going into the setting menu. To restart a game, go into the settings menu by tapping on the screen, and press the top-right button.

Fitbit Solitaire is inspired by Pebble Solitaire, although no source code is derived from it.

Building

Install Node.js, preferably the LTS branch. Clone this repository, and run the following commands:

npm install
npx fitbit-build
npx fitbit
fitbit$ install

This will prompt you to sign into Fitbit, to either sideload directly to your watch or your simulator.

Credits

Fitbit Solitaire uses and credits the following projects:

Fitbit Solitaire is licensed under the more restrictive GNU GPLv3, for more details see LICENSE.md.