-
Notifications
You must be signed in to change notification settings - Fork 46
Completed Interactivity Project #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…that filters for red
added a sandbox folder for experimentation, also added a openCV test …
adding facetracking test code
… currently do vertical position.
Added a simple tic tac toe program
integrated openCV and TicTacToe in TicTacToeTest.py
play the game on a timer
cleaned up readme file
@NathanYee + @johnmoreland - Nice job on this. With regards to the writeup, nice job explaining the implementation, especially with the algorithm. Would have been nice to have more details about how OpenCV comes into play and what you accomplished. In your reflection, you mentioned some concerns about git merge conflicts. Don't let that hold you back. There are great resources on the course site, and ninjas can also help with Git questions/concerns. I'll go through your code and add some comments after this. |
@@ -0,0 +1,216 @@ | |||
import sys, pygame |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to add a header/docstring that gives a brief summary of what the file contains/does.
This change is