Welcome Page

Table of Contents

1. Project Management Documentation:

A. Team working agreement
B. Individual Responsibility agreement
C. Project schedule
D. Meeting notes

2. Business Plan:

A. User Identification and Interviews
B. Electronic/Print advertisement for the game
C. Pitch video/advertisement for the game

3. Software Documentation:

A. Introduction
B. User Manual
C. Program Description for Developers
D. Final Flowchart
E. Final Program with Comments
F. Brief Discussion
G. Conclusion and Recommendations

Executive Summary

The purpose of this software design project was to use various MATLAB functions and coding conditions in order to create a working, interactive, and stimulating game. Blackjack is generally a simple card game often played in casinos but the coding behind it is very extensive. After a long series of for loops and if-elseif-else statements, this version of Blackjack was born.

The objective of the game is to have a hand of cards that has a goal value of no more than 21 points, but also making sure that the player’s hand is greater than the dealer’s hand but still does not exceed 21.

The programming required a lot of tweaks but at long last, the game was able to work without any flaws.