Practice 1 (touch all 4 corners):
Assignment 1: (game of your choice)
Assignment 2: (ball moving through field)
Assignment 3 (Simple app of your choice):
Assignment 4 (Rock, paper, scissors in Python):
Assignment 5 (Mastermind in Python):
Assignment 6 (Hangman in Python):
Assignment 7 (Base converter):
p5 user input project:
While reading chapter 1 of elements I wanted to look up a bit more detail on logic gates. In doing so I found this video which I think is very helpful.
First adding circuit complete! Next up is adding subtraction functionality
Subtraction added!
Flip flop created:
Level D type flip flop created:
Line selector created:
4 bit Adder/Subtractor with memory created:
I'm not sure why it's giving me blue (not connected) lines. All the sub components above work, none of the wires cross at any unintended points, and all inputs are hooked up and facing the right direction. I tried debugging this for hours and even recreated some circuits from scratch but cannot identify the problem.
Edge-type flip flop created!:
Frequency-divider created!:
Ripple-counter created!:
Video of all circuits in action!
Current progress: