The Objective Tennis Counter Computer is a simple Java application designed to track tennis scores and manage the game progress. The program allows you to input scores and track the current state of a tennis match. The logic, inputs, outputs, and main functionality are separated into different Java files for clean organization.
- β Score Tracking β Keeps track of the score for both players
- β Game Progress β Tracks the game state, including set and match progress
- β User Input β Allows users to input scores and track the match
- β Clear Structure β Separation of logic, inputs, outputs, and main game setup
- πΉ Frontend: Java (Console-based interface)
- πΉ Backend Logic: Java
- πΉ File Organization:
- Logika.java β Contains all the game logic, managing score updates, match progression, and handling game rules.
- Vstupy.java β Handles all user inputs, receiving and processing user commands for the game.
- Vystupy.java β Manages all outputs, such as displaying the current score, game status, and results.
- Main.java β Starts the game in the console by initializing the game flow.
- Clone this repository to your local machine:
git clone https://github.com/trix-code/Objective-Tenis-Counter-Computer.git
- Compile the Java files:
javac *.java - Run the Main class to start the tennis counter game:
java Main
- π§ Email: tomaskotik08@gmail.com
- π GitHub: github.com/trix-code