71 lines
3.3 KiB
Markdown
71 lines
3.3 KiB
Markdown
<img src="https://marco97pa.github.io/punti-burraco/images/icon.png" align="right" width="100px" height="100px"/>
|
|
|
|
[](http://choosealicense.com/licenses/gpl-3.0/)
|
|
|
|
# Points Buraco
|
|
|
|
An **open-source** Android Burraco scorekeeper with social functions, different modes and more
|
|
|
|
|
|
## Download
|
|
|
|
**Points Buraco** can be downloaded on Google Play:
|
|
|
|
<a href="https://play.google.com/store/apps/details?id=com.marco97pa.puntiburraco">
|
|
<img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" height="80px"/>
|
|
</a>
|
|
|
|
|
|
# Features
|
|
|
|
- 2, 3 and 4 players mode
|
|
- Set name and profile image of the players
|
|
- Set the close score, when the game ends (default: 2005)
|
|
- Choose your preferred input method
|
|
- Ability to pause a game and continue later
|
|
- Automatically counts the score, based on the number of run
|
|
- History of your matches
|
|
- Full Material Design
|
|
- Share your results on Facebook, Whatsapp, Instagram and other apps with an integrated "share as stories" editor
|
|
- Invite other people near you to join your matches so anyone can see the game's score on his device
|
|
- Night Theme
|
|
- Keep the screen on
|
|
- Other personalization options
|
|
|
|
|
|
> **Points Buraco** is a FREE app but contains [ads](docs/ads.md) and an in app purchase to unlock some extra and non-strictly-necessary features.
|
|
|
|
# Changelog
|
|
|
|
I started writing this app at the age of 16, in 2014 and after one year of improvements, I released it on the Google Play Store.
|
|
In 2017, after a big rework of the app, I published my code on GitHub. You can discover the *rollercoaster ride of development* in the [History on the Wiki](https://github.com/marco97pa/punti-burraco/wiki/History).
|
|
|
|
For more information on the evolution of the app, visit the full [**Changelog**](docs/CHANGELOG.md)
|
|
|
|
# Specs / Open-source libraries:
|
|
|
|
- Compatible with **Android 4.1+** (minimum **SDK 16**)
|
|
- **Firebase** for analytics, performance, crash reporting and remote config
|
|
- **Android X**
|
|
- [**Material Components for Android**](https://github.com/material-components/material-components-android/releases)
|
|
- **Nearby** to handle connections with nearby devices for shared matches
|
|
- **Admob** to display ads
|
|
- **Ads Consent Library** to be compliant with european GDPR
|
|
- [**CircleImageView**](https://github.com/hdodenhof/CircleImageView) to display profile images
|
|
- [**uCrop**](https://github.com/Yalantis/uCrop) to crop profile images
|
|
- [**MaterialIntro**](https://github.com/heinrichreimer/material-intro) to show the intro
|
|
- [**Android IAB v3**](https://github.com/anjlab/android-inapp-billing-v3) to handle in app purchase
|
|
|
|
# Contribution
|
|
|
|
You love Points Buraco? You want new features or bug fixes?
|
|
Please **contribute** to the project either by [_creating a Pull Request_](https://github.com/marco97pa/punti-burraco/compare) or [_submitting an issue_](https://github.com/marco97pa/punti-burraco/issues/new) on GitHub.
|
|
Read the [**contribution guide**](docs/CONTRIBUTING.md) for more detailed information.
|
|
|
|
# License
|
|
|
|
> Copyright (C) [Marco Fantauzzo](https://marco97pa.github.io/).
|
|
> Licensed under the [GPL-3.0](https://www.gnu.org/licenses/gpl.html) license.
|
|
> (See the [LICENSE](https://github.com/marco97pa/punti-burraco/blob/master/LICENSE) file for the whole license text.)
|
|
|