A. Introduction

For the Software Design Project, two different games were coded using the platform of Matlab. These games were over/under seven and blackjack. The following sections outline specific pieces of the project and the development that went into its creation. The user manual outline specific instructions for any potential user of the code created. This includes how to access the games and how to play the games once the user has the desired code correctly opened. The program description for developers provides instructions for people who wish to code their own similar games in the future. This includes the specific commands that were utilized and how they were incorporated into the code. The actual code used in the games is displayed in the final code with comments portion. This section includes the unchanged final code for both games, and the comments written by the creators to help future developers.  There is also a section that includes the final algorithms/flowcharts used by the programers when they developed the games. The discussion section elaborates on the different processes involved with the creation of the SDP. It also includes information regarding the final testing of the games and the refinement of the code. The last major section is the conclusions and recommendations. In this section different conclusions gained from the SDP are outlined, and the team crafted helpful recommendations for future programers. It was very important for the project to not only work with the current developers code, but also make it possible for replications of the code to be created in the future. The team worked very hard to try and help this process as much as possible through the following documentations.