Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamranayub/wp-bowling
Windows Phone Bowling Calculator
https://github.com/kamranayub/wp-bowling
Last synced: 29 days ago
JSON representation
Windows Phone Bowling Calculator
- Host: GitHub
- URL: https://github.com/kamranayub/wp-bowling
- Owner: kamranayub
- License: ms-pl
- Created: 2013-10-17T04:53:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-17T04:02:11.000Z (almost 11 years ago)
- Last Synced: 2024-04-13T16:07:11.935Z (7 months ago)
- Language: C#
- Homepage: http://wp-bowling.tumblr.com
- Size: 614 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Windows Phone Bowling Calculator
================================A [Windows Phone application](http://www.windowsphone.com/s?appid=9287a99a-6068-4ff4-925b-988c8c99dbf6) that calculates the scores for multiple players in a bowling game.
Created by [Kamran Ayub](http://kamranicus.com) as a production app and to use as a reference
on building Windows Phone applications using common patterns & practices.You can download the Bowling Calculator app by [visting the Windows Phone store](http://www.windowsphone.com/s?appid=9287a99a-6068-4ff4-925b-988c8c99dbf6).
![Game in progress](/BowlingCalculator/Assets/WXGA/wxga-game-in-progress.png)
Features
========* Dead simple to use
* Support for multiple players
* Supports resuming a game if you leave the app
* Supports resetting the game or removing all players to start over
* English and French localizationContributing
============Please feel free to send a pull request or open an issue for any bugs/enhancements. This app is not meant to
track games over time, it's very focused on the use case of calculating a game's score. There are other apps
that track games over time or provide stats or more features.Building
========## Prerequisites
* Microsoft Visual Studio 2012 or above
* Windows Phone 8.0 SDKYou will need to create a RESX file under `Resources` called `AppSecrets.resx` and add a string property
for `BugSenseApiKey` in order to build. You do not need an actual API key to run locally in Debug mode.License
=======Licensed under MS-PL. See [License](LICENSE.md).
I would kindly ask that you refrain from publishing a derivative app in the store.
Instead, please consider contributing back to the project with enhancements or bug fixes.