Personal Project 2: Tic Tac Toe
Tic Tac Toe I needed to make an alternative controller, so I made one for tic tac toe that is run in unity. I went with tic ta toe because I have the pieces to make it and the knowledge to do it. I went with unity due to past experience in the program. Initial Setups This is the initial build i used to test my buttons. This resistor ladder is just like the one used in project 7. This was the code I used to get the initial reads and make sure that I am still getting the same results as the project 7. This is what my unity sketch looks like. I made no real changes to it, just got rid of the circle in the top spot. I was using it to determine where the pieces were going to go. This is my final setup and parts list. The double resistor ladder on each side of the board was nice and can be used with further coding for other things. Final Coding Arduino: There is a lot of coding, but it is mostly just simple stuff of just checking if the value is what we want and the printing the data t