Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fehmitahsindemirkan/advencedjavatraining
Java practices projects and codes samples.
https://github.com/fehmitahsindemirkan/advencedjavatraining
advanced-programming blackjack java terminal-game traning
Last synced: about 2 months ago
JSON representation
Java practices projects and codes samples.
- Host: GitHub
- URL: https://github.com/fehmitahsindemirkan/advencedjavatraining
- Owner: FehmiTahsinDemirkan
- Created: 2023-10-18T19:50:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T18:19:17.000Z (12 months ago)
- Last Synced: 2024-01-21T19:20:57.896Z (12 months ago)
- Topics: advanced-programming, blackjack, java, terminal-game, traning
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:**
```bash
git clone https://github.com/YourUsername/AdvancedJavaTraining.git
```2. **Navigate to a Specific Project or Code Sample:**
```bash
cd AdvancedJavaTraining/ProjectName
```3. **Compile and Run:**
```bash
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](LICENSE). Feel free to use, modify, and share the code as per the terms of the license.