Tennis Score Processor
Tennis Score Processor is an open source library dedicated to processing tennis match scoring.
Tennis Score Processor is a Java based library that accepts tennis point data as input and then processes the results into a variety of data sets.
Use Tennis Score Processor to:
- Record match data on a stroke-by-stroke basis
- Analyze recorded match data
- Process tennis scoring results in real-time
- Whatever else your imagine can dream up!
The application is currently in it’s discovery phase. Feedback and Pull Requests are welcome.
Installation
There will be some pretty cool instructions on how to install this software when we have an actual release.
Usage example
TODO
Development setup
- Fork/Clone the Repository
- Install Lombok into your IDE
- Import the project into your IDE
mvn clean test
Release History
- 0.0.1-SNAPSHOT
- Work in progress
Meta
Tony Lopez – tony.lopez1013@gmail.com
Distributed under the Apache License. See LICENSE
for more information.
https://github.com/lopezton/tennis-score-processor
Contributing
- Fork it (https://github.com/lopezton/tennis-score-processor/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request