Skip to content

πŸƒ Blackjack App – A fully functional and user-friendly Blackjack game built from scratch for a project assignment.

Notifications You must be signed in to change notification settings

BraedenKilburn/BlackjackApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Project 1: Blackjack App

Author: Braeden Kilburn

I created a blackjack app for my project 1 assignment and, let me tell you, that took a lot of work! I aimed to stick to all the requirements that I had outlined in the project 1 proposal specifications; however, there are a few points that I wasn't able to accomplish because either I didn't have time or I couldn't figure it out.

I believe that I did an outstanding job creating an interface that is easy for all players to use and understand. I believe that I made a functioning game that people would be willing to play longer than a couple minutes (this is due to the theme store I implemented). I seriously believe I was able to go above-and-beyond for this project as I had to start from complete scratch compared to other students who had a working product to start with.

Requirements

β˜‘ Implement a game of blackjack where the user is the only player besides the dealer

β˜‘ The standard scoring rules for blackjack will apply (see Bicycle Cards β€œHow-To-Play” for Blackjack)

☐ As the user draws (β€œhits”) cards:

  • ☐ The cards will β€œfly-in”
    • The initial deal cards "fly-in" but I couldn't figure out how to get the new cards that were added to my array to fly-in without having the whole hand fly-in again.
  • β˜‘ With a card woosh audio

β˜‘ The user will have a running score ("credits") that begins at $500

β˜‘ The table minimum is $10 and the table maximum is $500 (user increments their bets by $10)

☐ In addition to card assets, there will be chip assets that are visual representations of your current bet

  • β˜‘ I was able to find free card assets from Google
  • ☐ I could not find free casino chip assets and did not have time to make my own

β˜‘ The user will be able to change the blackjack table theme (table top) color

β˜‘ As the game play progresses, use all the real estate on the screen in an efficient manner. Cards should get smaller (or larger) as more (or fewer) appear on-screen at the same time, while always using as much space as is available and still being nicely arranged

β˜‘ Implement a menu where the user may adjust settings (e.g., audio on/off, theme), reset their wallet, start a new game, view game history

β˜‘ The user may β€œcash-out” their funds for different table themes

β˜‘ If the user resets their wallet, it will reset the unlocked table themes and any progress made so far

  • β˜‘ This would need a confirmation popup to avoid user β€œslips” that erase their progress

☐ Should work in both landscape and portrait mode

  • From a design perspective, I thought that it should remain in portrait mode as it looked better that way.

About

πŸƒ Blackjack App – A fully functional and user-friendly Blackjack game built from scratch for a project assignment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages