Initially the app is in a main menu state, asking for your name and what balance you want to start off with. Since we didn't implement any other game it creates a round of Blackjack, every player is then asked to hit or stay. The player with the highest hand that is not over 21 wins
C# (pronounced Sea-Sharp) is an Object Oriented Programming (OOP) language that was developed by Microsoft in 1999. It is designed to work with the .NET Framework, which provides a wide range of libraries and APIs for tasks such as database interaction, networking, and graphics manipulation. C# is widely used for building Windows applications, web services, and mobile apps.
I utilized C# in this project by writing ..
Git is a Version Control System (VCS) used to track changes to a codebase over time. GitHub is a centralized Git service owned by Microsoft that lets developers easily collaborate with each other. GitHub also offers other tools for development such as Boards (named GitHub Projects), Issues and automation.
This project pushed changes to a central repository where I kept C# Projects. It is public, so you can browse through the source code here.