Skip to content

FehmiTahsinDemirkan/AdvencedJavaTraining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Java Training

Welcome to the Advanced Java Training repository! This collection is dedicated to Java practice projects and code samples. Whether you are looking to enhance your Java skills, explore advanced concepts, or simply practice coding, you'll find a variety of projects and examples here.

Contents

Project 1: Blackjack Game

Description: This project is an implementation of the classic Blackjack card game. It involves creating a deck of cards, managing player and dealer hands, and implementing the rules of the game.

Features:

Deck Management: Create and shuffle a standard deck of 52 playing cards. Player Interaction: Allow the player to hit, stand, and manage their hand. Dealer Logic: Implement the dealer's actions based on the game rules. Winning Conditions: Determine the winner based on the total value of cards in each hand.

Technologies Used

  • Java: The primary programming language used for all projects and code samples.

How to Use

  1. Clone the Repository:

    git clone https://github.com/YourUsername/AdvancedJavaTraining.git
  2. Navigate to a Specific Project or Code Sample:

    cd AdvancedJavaTraining/ProjectName
  3. Compile and Run:

    javac MainClass.java
    java MainClass

    [Provide any additional instructions or prerequisites.]

Contributing

If you have your own Java projects, code samples, or improvements to existing projects, feel free to contribute! Create an issue, submit a pull request, or simply share your ideas. Your contributions are highly appreciated.

License

This project is licensed under the MIT License. Feel free to use, modify, and share the code as per the terms of the license.

Releases

No releases published

Packages

No packages published

Languages