/21-game

This is a C++ implementation of the classic card game Blackjack (also known as 21) using the Simple and Fast Multimedia Library (SFML) and object-oriented programming (OOP) principles. The game provides a user-friendly interface for players to enjoy the traditional Blackjack experience with modern graphics and interactive gameplay.

Primary LanguageC++

Black Jack Game

This is a Black Jack Game developed using C++ and the SFML library.

How to Start

To run the program, simply run make in your terminal then run./sfml-app in your terminal.

Description

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.


Happy Coding !