Difference between revisions of "Matlab Blackjack Report"

From ENGR005_2012
Jump to: navigation, search
Line 1: Line 1:
 
By: [[User:Msacks1 | Maxwell Sacks]] & [[User:Mhirsh1 | Matthew Hirsh]]
 
By: [[User:Msacks1 | Maxwell Sacks]] & [[User:Mhirsh1 | Matthew Hirsh]]
 
+
Table of Contents
===Table of Contents:===
+
 
+
  
 
== Abstract ==
 
== Abstract ==

Revision as of 18:56, 12 December 2012

By: Maxwell Sacks & Matthew Hirsh Table of Contents

Abstract

Blackjack is one of the most popular card games in the world with relatively simple rules. The player must try to beat the dealer by having a higher score without going over 21 points. In this project, are goal was to recreate a blackjack simulator. 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

Our main goal for this final project was to create an accurate Blackjack simulator. Understanding how to efficiently and effectively use Matlab was often frustrating through the year, so we wanted to use this final project as a way to get extra practice with the program. We wanted to better understand coding techniques and thought making a game like blackjack would be a fun way to do so. Since blackjack is a betting game, we thought it would be interesting to create a simulator where we can bet chips instead.

Background/Theory

Completed Project Design