Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
florentdevk
/
blackjack
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feat/split strategy
- #7
#7
Merged
florentdevk
merged 12 commits into
main
florentdevk/blackjack:main
from
feat/split-strategy
florentdevk/blackjack:feat/split-strategy
Copy head branch name to clipboard
Jun 23, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Feat/split strategy
#7
florentdevk
merged 12 commits into
main
florentdevk/blackjack:main
from
feat/split-strategy
florentdevk/blackjack:feat/split-strategy
Copy head branch name to clipboard
Commits
Commits on Jun 23, 2026
feat: Hand detects pair
florentdevk
committed
afb802b
View commit details
Copy full SHA for afb802b
Browse repository at this point
test: hand with different ranks is not a pair
florentdevk
committed
babb4d2
View commit details
Copy full SHA for babb4d2
Browse repository at this point
feat: Hand returns pair rank
florentdevk
committed
6bfb750
View commit details
Copy full SHA for 6bfb750
Browse repository at this point
feat: BasicStrategy splits Aces and 8s always
florentdevk
committed
0486eb3
View commit details
Copy full SHA for 0486eb3
Browse repository at this point
feat: BasicStrategy splits 9s against dealer 2-9 except 7
florentdevk
committed
72520e9
View commit details
Copy full SHA for 72520e9
Browse repository at this point
test: pair of 9s against dealer 7 should stand
florentdevk
committed
d027890
View commit details
Copy full SHA for d027890
Browse repository at this point
feat: BasicStrategy splits 7s against dealer 2-7
florentdevk
committed
3f374d0
View commit details
Copy full SHA for 3f374d0
Browse repository at this point
feat: BasicStrategy splits 6s against dealer 2-6
florentdevk
committed
b52285a
View commit details
Copy full SHA for b52285a
Browse repository at this point
feat: BasicStrategy splits 4s against dealer 5-6
florentdevk
committed
f9428f0
View commit details
Copy full SHA for f9428f0
Browse repository at this point
feat: BasicStrategy splits 3s against dealer 2-7
florentdevk
committed
af09e32
View commit details
Copy full SHA for af09e32
Browse repository at this point
feat: BasicStrategy splits 2s against dealer 2-7
florentdevk
committed
faba9b0
View commit details
Copy full SHA for faba9b0
Browse repository at this point
test: pair of 5s and 10s should not split
florentdevk
committed
f0d38b9
View commit details
Copy full SHA for f0d38b9
Browse repository at this point
You can’t perform that action at this time.