Bonus too plspython
For this project, you will be working in teams. The goal of the project is to create a program that uses the SenseHAT LED matrix and the get_orientation_degrees function. The get_orientation_degrees function returns information about the tilt of the board. Your project is to write a program that will start with a white LED on in the center of the board. When you tilt the board, the LED will act like a ball and move accordingly. You should implement motion forward-and-back as well as side-to-side. You do not need to make the ball move realistically with inertia, acceleration, etc. Just have it move in the correct direction at a speed that is easy to see on the LED matrix. BONUS: Consider the LEDs on the outer wall to be the boundary of the board. When the LED hits the wall, have the wall change colors to a new color. Initially, make the wall blue. Achieving this will eliminate two class absences from your record as motivation for those up for the challenge.