In this project, students design a timing game to play against each other. The build consists of two LED lights and a button. The lights blink back and forth and when the button is pressed, it will stop on either the red light or the green light.
This is a game of chance which simulates rolling of dice by using a random number generator. The code checks to see what number was “rolled” and turns on a corresponding LED.
In this project, students design a game of skill that they may play against each other. Each player will race to press their button the fastest after the buzzer buzzes and the winner’s light will turn on!