This class was my first college introduction to programming and one of my personal favorites. One of my favorite projects involved making a simulated vending machine. This course was taught by the expressive and talented Mukund Iyengar.
My assignments and lecture notes can be found below:
$ git clone https://github.com/jgazzara1/Intro-to-Programming
The final project for this course was to create a functional textline game of Tic Tac Toe. The original version of this project was two-player. However, our group decided to go the extra mile and make a second version against a computer. We were a bit maniacal for this mode because the computer is impossible to beat. Even though you cannot win, we still had a lot of fun creating this software.
The repo for the project can be found below:
$ git clone https://github.com/jgazzara1/impossible-tictactoe