Rolling Ball - Student Version

Rolling Ball - Student Version

B
Bruce Land
7 Video Views·Nov 4, 2024

Project Link: https://courses.ece.cornell.edu/ece5990/ECE5725_Fall2018_Projects/lab_yl2989_qz273/index.html
In this project, we create a game using Raspberry Pi. We use an absolute orientation sensor to develop the game and turn the sensor data from accelerometer and gyroscope into real time 3-dimensional orientation, so that user could control the game by body motion, a new way to interact with computer, instead of with traditional keyboard and mouse. In this design, we use pygame for game developing, and use piTFT as display interface of the game. In this game, users are going to move the ball from start point, which locates on one end of a randomly chosen map, to the end point, which locates on the other end. Game have different modes, with different level of difficulty and different time limits. For entertainment value, a background music will change according to the state of game.