blackjack-counter
By maelswarm
Blackjack-21
This is a game where you play against the dealer and try to get the higher values of cards without exceeding the number 21. (by JordanLeich)
blackjack-counter | Blackjack-21 | |
---|---|---|
2 | 6 | |
1 | 8 | |
- | - | |
4.0 | 1.8 | |
almost 2 years ago | over 3 years ago | |
JavaScript | Python | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
blackjack-counter
Posts with mentions or reviews of blackjack-counter.
We have used some of these posts to build our list of alternatives
and similar projects.
Blackjack-21
Posts with mentions or reviews of Blackjack-21.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-03.
-
I made Blackjack 21 in Python!
Releases / Latest changes
Link to project
TODO List: Check out the issues page for this project: https://github.com/JordanLeich/Blackjack-21/issues/3
I took into account all of the changes you suggested and I applied the majority of them to the project. I left out some of the suggested changes as I either didn't agree with a proposed change, a suggestion was either irrelevant, or didn't matter to me. Feel free to check out the updated project here.
-
I made Blackjack 21 using Python!
u/redditonlyforu I applied all of the changes you suggested but I'm stuck on figuring out how to work on this class correctly without using any global statements, if you could take a look at the updated blackjack.py file I have on GitHub and possibly create a pull request fixing and changing it so I could see how to properly do it. Here is the link to the file. With the way it is currently, the player and dealer cards are not function properly and some of the values such as user balances and such are also not working correctly and it is either because I removed all the global statements or its from the class being created.
What are some alternatives?
When comparing blackjack-counter and Blackjack-21 you can also consider the following projects:
Blackjack-Strategy-Simulator - 🃏Blackjack Simulator: basic strategy generation, best move analysis, expected value (EV) calculation. With card counting, deviations & multiple rulesets. Multithreaded.
freebj - Free and open-source Blackjack strategy simulator in Rust
21-online - A multiplayer Blackjack game
terminal-blackjack - A terminal based Blackjack game written in Python.
MGPs-BJ-CA - MGPs Blackjack Combinatorial Analysis. Exact calculations including splits and insurance.
Casino_games