This project was created after learning how to do OOP in Java. As a result, some implementation may be included simply to demonstrate/practice techniques.
Given a number of players by the user, a table tennis tournament will begin of the format in the image below.
The class diagram can be found in class diagram.pdf
- Threading
- 4 Principles of OOP
- Abstract Classes and Interfaces
- Java Docs
Clone the project
git clone https://github.com/EthanPeacock/table-tennis-simulationOpen the folder using an IDE, in this case intelliJ IDEA was used.
Run the Main.java file.
