Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 686 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 686 Bytes

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 !