Skip to content

Blackjack simulator with 2D graphics built using C++ and Cinder

Notifications You must be signed in to change notification settings

teetajp/blackjack-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Demo: https://youtu.be/lsIYZp02pJg

What this project does:

  • The project uses Cinder to render a single-player game of blackjack.

How to set it up and run it:

  • Download Cinder, go to a sample directory and build Cinder.

  • Put the project in the my-projects folder of Cinder, build the file.

  • Make sure to get the download the assets folder

  • Run the executable after building it and play.

Gameplay:

Controls:

-Before Round:

(Bet must be above $0 to play)
[Up Arrow] - Increment bet
[Down Arrow] - Decrement bet
[Enter] - Confirm Bet/Start Round

-During Round:

[H] - Hit
[S] - Stand
[D] - Double Down

-After Round:

[BACKSPACE] - Start New Round

About

Blackjack simulator with 2D graphics built using C++ and Cinder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published