pebble-pingchrong
NOTE: Requires Pebble Firmware v2.0 or greater.
The Pebble Firmware v2.0 is still in BETA and has not been officialy released. Use AT YOUR OWN RISK. Please see this post for more information.
Description
Displays a game of ping-pong between two AI opponents. The score is shown at the top of the screen. Although they play 24/7, the AI players are quite good. So good in fact, that the player on the right only misses 24 times a day. The player on the left is not quite as good and misses 60 times an hour. As a result, the current score of their game is also the current time of day! Coincidence?
Configuration
The app is configurable via the Pebble smartphone app. Options include:
- 12-hour time mode - Displays time using 12H format rather than 24H format.
- Inverted colors - black text on white screen rather than white text on black screen
Screenshots
Example watchfaces in various states:
Download
Install
To install this watchface onto your Pebble device using your phone's browser, go to the downloads page and click the green pebble-pingchrong.pbw button for the latest release. Your phone should download and automatically install the file into your phone's Pebble app (or it may prompt you for which app to use to open the file, in which case you should select the Pebble app). You can then use the Pebble app on your phone to install the watchface to your Pebble watch.
Build
To build this watchface from source. Follow these steps:
Clone this repository in an appropriate directory. For example:
$ git clone https://github.com/rexmac/pebble-pingchrong.gitBuild the project:
$ pebble buildInstall the compiled project to your Pebble:
$ pebble install --phone [your_phone_ip_here]
For more information on building and installing Pebble apps from source, please see the official Getting Started guide.
Bugs, Suggestions, Comments
Please use the Github issue system to report bugs, request new features, or ask questions.
Credits
Based on and inspired by:
- MONOCHRON clock by Adafruit - github repo
Icons:
- Menu icon is a modified version of this icon by Visual Pharm
License
Copyright (c) 2013, Rex McConnell. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of the {organization} nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

