Skip to content

Houses basic tennis tournament implementation in Java.

Notifications You must be signed in to change notification settings

jwhaubrich/TennisTournament

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License


Logo

Tennis Tournament Simulator

A basic application that simulates a tennis tournament.
Explore the docs »

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Contact

About The Project

Product Name Screen Shot

This project was developed to simulate a tennis tournament (or a tournament of any kind). The idea is that the user can enter in how many teams are playing and how many players are on each team. After that, the user can enter in scores for each team and match until a winner has been identified through the tournament. Upon execution of the main program the user will:

  1. Select how many teams will play.
  2. Select how many players are on each team.
  3. Matches between teams are randomly selected.
  4. The user can then enter in scores for each match until a winning team is identified.

(back to top)

Built With

(back to top)

Getting Started

First, we'll need to:

  1. Copy this repo to your machine.
  2. Run the application using the gradle wrapper.

Please see the instructions that follow:

Running the Program

  1. Clone the repo
    git clone https://github.com/jwhaubrich/TennisTournament.git
  2. Navigate to local directory where the repo is located on your machine and double-click into the TennisTournament folder.
  3. In that same directory, run the following command to execute the main method inside the application:
    ./gradlew run

(back to top)

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git switch -c feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Joe Haubrich - @joe_haubrich - jwhaubrich@gmail.com

Project Link: https://github.com/jwhaubrich/Simple-Calculator

(back to top)

About

Houses basic tennis tournament implementation in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages