Blackjack game in JavaFX, where player and computer dispute points, asking for cards or stopping. Win who has the best score without exceeding the limit.
JavaFX- Used to build the graphical interface.Maven- Dependency manager and build automation.Java- Language used.
Interactive Graphical Interface- Use of JavaFX to display the cards and game information.Cards Distribution- The game distributes cards to the player and the computer automatically.Dynamic Score- The system calculates and displays the score of each player.
- Clone the Repository:
git clone https://github.com/felipeclarindo/blackjack-game.git- Enter directory:
cd blackjack-game- Run the file
App.javainsrc/main/java/com/example/views/App.java.
Contributions are welcome! If you have suggestions for improvements, feel free to open an issue or submit a pull request.
Felipe Clarindo