Wednesday, October 27, 2010

Senior Game Project

I have to learn test a few lines of code checking for errors, and correcting them. Then completing a project and having lots of errors. This better then checking line by line to find errors. I learn this from studying other game programmers, and tutorials.

Check a few lines in my code save time in the past I use to check line by line not any more.

Senior Game Project

The next step in creating my blackjack game. Is to make all the cards into movie clip.
I use the name mcCard.The cards will appear on the stage showing card type and card value. I talk early about the cards as Jack, Queen, King. The suite are Spade, Diamond,
Heart and Club.

The values of the cards I created as movie clip. I used the name mcValues. J, K, Q, K.
2, 3, 4, 5, 6, 7, 8 ,9, 10. The Card Ace can be a value of 1 or 11.

Saturday, October 23, 2010

Capstone class week three.

My five goals.
Goal one create five water sounds.
Goal two create ten new sounds.
Goal three create fifteen new sounds.
Goal four create twenty new sounds.
Goal five create twenty five new sounds.

Senior Game Project

When the player play my Blackjack game. I want he/she to feel like they are online.
The table is in a Birdseye view. They will see the top of the table. It is lime green
color. Most Blackjack games online are money green color. I did not want that, I wanted
my game to be different. The cards of the player and dealer will be large. This will make it easy to see and read what both players hands is.

Senior Game Project

Milestone two
creating my blackjack game, the next step is to create the Fla files. The Flash
action script files. I am going to used cs3, because I have it at home. The Fla files
will include code to operate the game. It will have three buttons and a text message
screen that will appear during game play.

Sunday, October 17, 2010

Senior Game Project

Milestone one.
Creating my blackjack game,the first thing I need to do is set up a public class.
I call Card deck this class will list all cards in my game. By card name Ace,Jack,Queen
and King. Spade,Diamond,Heart and Club. Card value Two,Three,Four,Five,Six,Seven,Eight,

Nine and Ten.Game type Black Jack. Card drawn and shuffle.

Tuesday, October 12, 2010

Card Game Blackjack

Today October 12, 2010 I came up with a concept ideal for a card game. Black Jack it is not a new game. Black Jack is out on the market in different form. I will create my game in C++ code.