Difference between revisions of "Matlab Blackjack Report"

From ENGR005_2012
Jump to: navigation, search
Line 2: Line 2:
  
 
By: [[User:Msacks1 | Maxwell Sacks]] & [[User:Mhirsh1 | Matthew Hirsh]]
 
By: [[User:Msacks1 | Maxwell Sacks]] & [[User:Mhirsh1 | Matthew Hirsh]]
[[Headline text]]
 
  
== Headline text ==
+
Table of Contents:
 +
 
 +
 
 +
== Abstract ==
 +
We decided to use Matlab in order to create a Blackjack simulator. We wanted to better understand coding techniques and thought making a game like blackjack would be a fun way to do so. First we read about the casino rules for blackjack where the player is against the dealer. Next, we planned out our project by thinking of what programs we would need to make and implement. After we had written all the programs, we did many test and added more lines of code to make sure that everything was working properly.
 +
 
 +
 
 +
== Introduction ==

Revision as of 18:31, 12 December 2012

Matlab Blackjack Written Report

By: Maxwell Sacks & Matthew Hirsh

Table of Contents:


Abstract

We decided to use Matlab in order to create a Blackjack simulator. We wanted to better understand coding techniques and thought making a game like blackjack would be a fun way to do so. First we read about the casino rules for blackjack where the player is against the dealer. Next, we planned out our project by thinking of what programs we would need to make and implement. After we had written all the programs, we did many test and added more lines of code to make sure that everything was working properly.


Introduction