A. Introduction

For the final project of ENGR 1181 our team was tasked with designing a Matlab game that can run fluidly and try to capture the fun of professionally produced games. We did research regarding the types of games people might enjoy, and taking our ideas for games into account, we produced Hangman and Over/Under Seven. Hangman is a two-player game in which one person is picks the word, and the other guesses letters to complete the word before the man is “hung.” If the man is hung player one wins, but if the word is guessed before player two runs out of guesses player two wins. Over/Under Seven is a one player game against the computer where two dice are rolled, and the player is supposed to guess whether the total of the dice is over, under, or the same as seven. If the player guesses the correct output (over, under, or equal) they win.

The remaining documentation will go through how to play the game, a description of the code to those more familiar with coding, a flowchart of the game logic, a final code completed with comments, a discussion of the implications of this project, our recommendations after this project, and the references used to assist in this project.