Lists and Arrays
Tic Tac Toe Array
This week was crazy. I didn’t really have any ideas on what to do for an array. I decided to work on the Tic Tac Toe project from earlier weeks. I managed to get an array out of the “O” and I could index them and make them appear where the button clicked. The “X” proved to be more difficult because I started with two lines that made an “X” not just the letter “X’. I struggled with trying to make the lines work with my nested for loop for rows and columns but it didn’t work. I moved on to using a letter “X” and that was easier to work with. I was able to get a player one and player two but I wasn’t able to switch between the players. I ran across this in my personal work. Just trying to make a button toggle on and off. Unfortunately, I ran out of time. It’s definitely something’s that I can build upon. Programing with Processing is a little hard. Even their own examples don’t work. It’s still a good way to dive into java even if I preffer python.