Introduction

For our Software Design Project implementation, we used MATLAB, a programming language designed for the creation and manipulation of Matrices. Our game, Connect Four, feels right at home in MATLAB, as we decided to use a 6×7 Matrix to represent the Connect Four board itself. Furthermore, MATLAB let us easily implement user-defined functions for dropping a chip, checking if an individual has won the game, and checking for a stalemate in real-time. MATLAB also allows for the easy implementation of user input via the MATLAB console. We hope you enjoy our version of Connect Four.