A downloadable Blackjack

This game is intended to help people practice and learn Blackjack Basic Strategy. Players can change the number of decks and check their stats or the strategy chart in the menu to help improve their play.

To play in your browser, go to this link: https://replit.com/@MuskratBest/Muskrats-Blackjack-Training-Game?v=1

Source Code: https://github.com/muskratbest/Blackjack-Game-Python-Edition/blob/main/Code

If you do not want to download the app, you can download the folder of PNG images (in the Cards.zip) and the sound files in the Sounds.zip folder. These are to be used in conjunction with main.py (the source code)

In the future I hope to add a rapid fire mode as well as the capacity to add additional AI players.

StatusPrototype
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorMuskratB
GenreCard Game, Strategy
Tagsblackjack, Brain Training, casino, Singleplayer

Download

Download
Blackjack Game File.zip 27 MB
Download
main.py 76 kB
Download
Cards.zip 106 kB
Download
Sounds.zip 17 MB

Install instructions

The "Cards" folder MUST be in the same folder as the application or the same folder as the source code.

Development log

Comments

Log in with itch.io to leave a comment.

(+1)

oh yeah this is the good stuff

(1 edit)

Thank you! Are there any features you would like to see implemented? And feel free to leave a review!

(+1)

I sadly can't get it to run on linux...

pygame.error: Unable to open file 'Sounds/music.wav'

Even though the menu music loads!

(1 edit)

Have you double checked the pathing of the sound folder and ensured all sound files are there? The "Cards" folder and "Sounds" folders need to be in the same folder as the application or the same folder as the source code. to work.

You can also download Blackjack Game File. zip for the .exe version of the game.

As a last resort, you can attempt to change the source code to not require music

EDIT: I uploaded a browser version so you can also try using that!!