After completing the Software Design Project, it was discovered that it was faster to complete many short games than to do one large game. Connect Four took much longer to program than initially anticipated. However, the three other short games took no longer than one day each to complete. Some, such as rock paper scissors, took only 1 hour to complete.
Connect Four took a lot of debugging. The majority of the time working on the program was debugging any errors that were occurring. With all of the time added up, the program took approximately 4 days. The debugging began with getting building a boarder around the matrix to ensure the program did not crash. Then arrays were changed to make the math easier to understand. After, the while loops were updated to follow along with all of the changes made. The program finally worked after many days of debugging.
If more time was left for the project, Connect Four would have been made into a player versus computer game. As well, Rock Paper Scissors could have been turned into a tournament style game, or the score could have been displayed as the different rounds were played. Also, more dares would have been added to What Are the Odds.