F. Discussion

Othello was the first game created, and was essentially redone from C++ into MATLAB. Once this code was recreated in MATLAB, the only way to play the game and select where to put your piece was to type the row and column into the command window. This was later changed, and users were given the ability to click where they wanted to place their pieces, making it much easier to play the game. Craps was easier to program, but was still confusing when it came to for loop implementation. The first version of craps was done without the betting system in mind, and so this version was much more simple. A second version had to be created due to the confusing nested for loops already in the first version, which made implementing betting much more complicated than it should have been. After programming the game once from scratch it was much easier to understand how it worked when creating the second version. It took about a single class period to reprogram this game in full.