https://github.com/azmainadel/dont-drop-the-bomb
Academic microcontroller project
https://github.com/azmainadel/dont-drop-the-bomb
game hardware microcontroller
Last synced: 10 months ago
JSON representation
Academic microcontroller project
- Host: GitHub
- URL: https://github.com/azmainadel/dont-drop-the-bomb
- Owner: azmainadel
- Created: 2018-01-25T18:42:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T04:36:32.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T22:51:24.900Z (over 1 year ago)
- Topics: game, hardware, microcontroller
- Language: C
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hardware-dontdropthebomb
This microcontroller project is a multiplayer game called *Don’t Drop The Bomb*.
As it is a game, our goal is to provide entertainment using the wonderful mechanisms of microcontrollers.
The game features two bars on two opposite edges of some connected dot matrices which the players control. The control will be done by gyroscopic sensing.
A bomb aka a dot will move from one side to the another. Players have to defend themselves by hitting the bomb with their bars.
They’ll also try to make the opponent miss the bomb.
If the bomb misses the bar and falls off the edge, a point is scored by the opponent and the player dies (temporarily of course).
The death will be remembered by a buzzer connected to our system. The death count will be shown in real time in a LCD.
The player who’s able to collect 5 kills first, wins the round.