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
PR #100 introduced the initial implementation of Blackjack in OOP. However, it was based on an older version of the codebase. Since then, two additional PRs have extended Blackjack’s functionality (linked below for reference):
The changes from these PRs were removed as part of PR #100 because that refactor targeted the older Blackjack implementation. These changes now need to be re-applied to the new Blackjack implementation introduced in PR #100.
PR #100 introduced the initial implementation of Blackjack in OOP. However, it was based on an older version of the codebase. Since then, two additional PRs have extended Blackjack’s functionality (linked below for reference):
The changes from these PRs were removed as part of PR #100 because that refactor targeted the older Blackjack implementation. These changes now need to be re-applied to the new Blackjack implementation introduced in PR #100.