This is a Black Jack Game developed using C++ and the SFML library.
To run the program, simply run make
in your terminal then run./sfml-app
in your terminal.
This is a simplified Black Jack game developed to practice C++ and Object-Oriented Programming (OOP). The project evolved to include graphics using the SFML library, enhancing the user experience.
For more details about the rules of Blackjack or 21, you can visit this link.
Feel free to contribute by adding enhancements or new features.