Muskrat's Blackjack Training Game
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.
Status | Prototype |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | MuskratB |
Genre | Card Game, Strategy |
Tags | blackjack, Brain Training, casino, Singleplayer |
Download
Install instructions
The "Cards" folder MUST be in the same folder as the application or the same folder as the source code.
Development log
- Play in browser update coming soon!Jun 05, 2022
- Second Major UpdateAug 09, 2021
- Thank You for 100 and the First Major UpdateJul 31, 2021
Comments
Log in with itch.io to leave a comment.
oh yeah this is the good stuff
Thank you! Are there any features you would like to see implemented? And feel free to leave a review!
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!
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!!