Accelerometer Game
Accelerometer-based game developed for a breadboard and the ATmega1284p microcontroller. Players must tilt the board at a random angle denoted by the Nokia 5110 LCD screen and hold it there (with reasonable accuracy) for a certain amount of time. If they do so in the allotted amount of time, which is determined by the difficulty level, they move onto the next level, and continue doing so until they either win or lose the game. Created in C/C++ using components such as the Nokia 5110, Joystick, and Accelerometer.
Source code can be found here: https://github.com/ChauAbdul786/CS120BFinalProject