- Application made to play with user input and user interface.
- It is made to help count points during snooker billiard game.
- Uses ConstraintLayout Google Codelab
Compile and run using Android Studio 3.0 or newer
- User interface consists of one activity, separated into two columns.
- Every column has 8 buttons for points (including reset button).
- In addition there is counter for wins. When game is finished it is possible to reset points.
- Points can be reset for every player separately
- All counters can be reset by using 'reset all' button.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- You can also use Android Studio integrated VCS!
2017-11-14 : Initial commit to Github; readme added