Blackjack 21

When I turned 21, my family wanted to take a trip to Vegas to celebrate. I thought about the game blackjack 21 and was working on making a project utilizing a database. Then it finally happened, I decided to recreate blackjack 21 using Java’s Oracle Database 11g. At the top is the landing page, it is not the prettiest layout, but it is satisfactory. The landing page will show how to play and the rules to the game blackjack, if the player has never played before. There is a box showing the money playing start with or money from previous rounds and the play button.

This is the board, as said before it is lackluster but simple. It shows a card the dealer has dealt to get an idea of the value the dealer holds. There are 5 “Hit” buttons that player press to “Hit” or pick up a card. A player has only 5 chances to “Hit”, then the player can hit the “Deal” button. The “Deal” button will determine if the player won, lost, or push. The result is displayed into the data table and will either reward or take the players money.

This is pretty much it nothing special, but I did learn a lot from it. I try to finish this before I left for Vegas, and even setting deadlines for myself is very challenging. Unlike school deadline, this is my own will to work on it. A method I used to deal with this is by spending a couple hours, then taking a 15 minutes break. This is a standard practice, but the issue is at home, there are millions of distractions. The only way is to just do it, stop messing around and do it, like Nike. I developed an ability to just do it, if needed. I can still be lazy but that does not mean I can not work hard if I have too. There was not much else that I have really learn but finishing self-made deadlines is a good one.

Blackjack