bootjack
A bootable Blackjack written in 508 bytes (by barrettotte)
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)
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
bootjack | Blackjack-21 | |
---|---|---|
1 | 6 | |
0 | 9 | |
- | - | |
0.0 | 1.8 | |
almost 2 years ago | about 2 years ago | |
Assembly | Python | |
MIT License | 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.
bootjack
Posts with mentions or reviews of bootjack.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning bootjack yet.
Tracking mentions began in Dec 2020.
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
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.
Link to project: https://github.com/JordanLeich/Blackjack-21
-
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 bootjack and Blackjack-21 you can also consider the following projects:
cli-game-scripts - Minimal Python game script. Works foremost in xfce4-terminal and Gnome terminal
freebj - Free and open-source Blackjack strategy simulator in Rust
Casino_games
rlcard - Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
terminal-blackjack - A terminal based Blackjack game written in Python.