sidneyshafer / Blackjack

An ASP.NET Core MVC Web Application targeting .NET 6.0 and using C#, views, view controllers, and tag helpers to play a game of Blackjack in a web browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlackJack

An ASP.NET Core MVC Web Application targeting .NET 6.0 and using C#, views, view controllers, and tag helpers to play a game of Blackjack in a web browser.

User Interface

image

Specifications

  • A user is assigned the role of “Player” and plays against the “Dealer”.
  • The player begins the game and has the option to Deal, Stand, or Hit.
  • If the player wins, the score is increased by 10 points and displayed in the footer of the page.
  • If the dealer wins, the player's score is decreased by 10 points.

About

An ASP.NET Core MVC Web Application targeting .NET 6.0 and using C#, views, view controllers, and tag helpers to play a game of Blackjack in a web browser.


Languages

Language:C# 89.1%Language:HTML 9.6%Language:JavaScript 0.9%Language:CSS 0.3%