Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISC2
oop
project
Commits
Commits · 1-part-2-blackjack-implementation
1-part-2-blackjack-implementation
Select Git revision
Selected
1-part-2-blackjack-implementation
Branches
3
master
default
protected
2-part-3-ai-javafx-csv-junit
0-part-1-card-and-deck-implementation
4 results
project
Author
Search by author
Any Author
authors
francisc.mendonca
francisc.mendonca
iliya.saroukha
iliya.saroukha
Quentin Leblanc
quentin.leblanc
stephane.malandai
stephane.malandai
yassinaz.rekik
yassinaz.rekik
5 authors
Browse files
Dec 08, 2023
feat: computing results in case of splitted hands
· 59407833
iliya
authored
1 year ago
59407833
feat: ngl, im a madlad
· 555b20bf
iliya
authored
1 year ago
555b20bf
fix: removed repetitive call to display hand value, cleaned up some comments
· f5c91158
iliya
authored
1 year ago
f5c91158
fix: cleaned up output to stdout
· bccf0180
iliya
authored
1 year ago
bccf0180
feat: double bet seemingly working
· 971855a8
iliya
authored
1 year ago
971855a8
Dec 07, 2023
feat: insurance seemingly working
· 84849bbf
iliya
authored
1 year ago
84849bbf
Dec 05, 2023
fix: user specifies number of players
· 4014b995
iliya
authored
1 year ago
4014b995
Nov 28, 2023
fix: fixed payout issue
· b9bce802
iliya
authored
1 year ago
b9bce802
testing changes
· 702abc84
iliya
authored
1 year ago
702abc84
feat: implemented end of game payouts + additional refacto due to Hand class
· 40f016c6
iliya
authored
1 year ago
40f016c6
feat: added method for getting current size of hand
· 878e8d92
iliya
authored
1 year ago
878e8d92
feat: added set get methods for balance and get method for player's hand
· 9812f610
iliya
authored
1 year ago
9812f610
feat: added balance field and rewrote toString method for better visulization
· 902970ed
iliya
authored
1 year ago
902970ed
feat: created Hand class, implemented Comparable interface for it
· 17cfbff1
iliya
authored
1 year ago
17cfbff1
Nov 27, 2023
feat: game implementation looks correct, need to handle end of round...
· 5276dfbf
iliya
authored
1 year ago
5276dfbf
Nov 25, 2023
refacto, added private methods for better internal logic flow, can play a game...
· c43beada
iliya
authored
1 year ago
c43beada
Nov 24, 2023
feat: user part pretty much done, still a couple of bugs but all in all, it's alright
· 6a6c8ad8
iliya
authored
1 year ago
6a6c8ad8
feat: fixed stdin bug
· 9d10e5f6
iliya
authored
1 year ago
9d10e5f6
feat: moved card count blackjack constant to Game enum
· b6ec2f14
iliya
authored
1 year ago
b6ec2f14
feat: hand comparison based on game
· 87fe48dc
iliya
authored
1 year ago
87fe48dc
feat: able to compare hands between two players
· 4ef41c2b
iliya
authored
1 year ago
4ef41c2b
feat: after creation of GameManager instance, every card in every desk gets...
· 0fa6bd9c
iliya
authored
1 year ago
0fa6bd9c
very quickly losing my sanity ffs
· 2dd2af03
iliya
authored
1 year ago
2dd2af03
Nov 21, 2023
fever dream
· ff47dfab
iliya
authored
1 year ago
ff47dfab
feat: trying to make init method work
· 2ee7ea03
iliya
authored
1 year ago
2ee7ea03
fix: renamed pack methods to decks
· bfd41199
iliya
authored
1 year ago
bfd41199
feat: added ctor and initialization method for a game
· 6ef56a8f
iliya
authored
1 year ago
6ef56a8f
fix: ignoring backup files
· 24294e23
iliya
authored
1 year ago
24294e23
feat: created placeBet method in IPlayer interface, implemented that method in...
· 4a8f9101
iliya
authored
1 year ago
4a8f9101
feat: added necessary files for 2nd part of the project
· e1a00808
iliya
authored
1 year ago
e1a00808
feat: replaced array of rank names in Card class to a List, subsequent chages...
· 9b73ed2f
iliya
authored
1 year ago
9b73ed2f
Nov 02, 2023
feat: updated readme with additional info about the project structure
· bf7a2add
iliya
authored
1 year ago
bf7a2add
feat: initially sorting a hand by the rank value between two cards, if the...
· 17d3b8c2
iliya
authored
1 year ago
17d3b8c2
feat: implemented compareTo in the respective enums
· 725366c8
iliya
authored
1 year ago
725366c8
feat: added declaration of compareTo method in ISuit interface
· 212437eb
iliya
authored
1 year ago
212437eb
Oct 29, 2023
fix: typo
· e6b1795d
iliya
authored
1 year ago
e6b1795d
fix: improved menu
· 5f3c299f
iliya
authored
1 year ago
5f3c299f
fix: renamed a couple of functions
· d2a87368
iliya
authored
1 year ago
d2a87368
fix: testing implementation of better error handling for card creation
· 22420fe7
iliya
authored
1 year ago
22420fe7
fix: better handling of errors and ensuring validity of cards
· 9599db70
iliya
authored
1 year ago
9599db70
Loading