Skip to content

Latest commit

Β 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Objective Tennis Counter Computer 🎾

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.

✨ Features

  • βœ… 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

πŸ› οΈ Technologies Used

  • πŸ”Ή 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.

πŸš€ How to Run the Project

  1. Clone this repository to your local machine:
    git clone https://github.com/trix-code/Objective-Tenis-Counter-Computer.git
  2. Compile the Java files:
    javac *.java
  3. Run the Main class to start the tennis counter game:
    java Main

πŸ“¬ Contact

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages