This is my first C++ project, and I built this because I wanted to understand how OOP works and how to write efficient OOP code.
I wanted it to be more than just a regular Blackjack game, so at the end of each game, I analyse the playing styles…
This is my first C++ project, and I built this because I wanted to understand how OOP works and how to write efficient OOP code.
I wanted it to be more than just a regular Blackjack game, so at the end of each game, I analyse the playing styles of the user and generate a blackjack personality type.
Used ChatGPT for debugging and code review