Report Bug
·
Request Feature
Badminton Score Tracking Program
This is a simple command-line interface program demonstrating the use of data structures in Java, including the usage of different types of collections to solve problems.
- Interactive command line input
- Track the data for a varying range of rallies in a real (or simulated) game of badminton (including the type of stroke that won the rally)
- Upon completion of a set, computes statistics like:
- Maximum number of points scored
- Maximum number of points scored in a continuous sequence for each player
- Type of stroke that earned the most points for each player
-
Download the repository files (project) from the download section or clone this project by typing in the bash the following command:
git clone https://github.com/afreemanio/badminton-scoresheet-sim.git
-
Import it into Intellij IDEA or your Java IDE of choice
-
Run the application!
Alternatively, to run it with the command line only:
-
Download the repository files (project) from the download section or clone this project by typing in the bash the following command:
git clone https://github.com/afreemanio/badminton-scoresheet-sim.git
-
Navigate to the repository using your terminal of choice
-
With Java installed, run the command
javac -d . *.java
to compile the package
-
Run the command
java badminton.Badminton
to run the program
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Andrew Freeman - @afreemanio - [email protected]
Project Link: https://github.com/afreemanio/badminton-scoresheet-sim
Copyright (c) 2021 Andrew Freeman
Distributed under and usage provided for under the GNU GPL-3.0 License. See LICENSE for the full details.