All projects
05 / Engineering — software & hardware
MENnette
A defuse-it-together mini-game console, bridging a C++ Qt interface and physical modules: accelerometer, LEDs, potentiometer, keypad.
Context
Second-semester computer engineering project at UdeS. The challenge: make a desktop application talk to real hardware, under time pressure.
Approach
- Each challenge is a module: Snake, Simon Says, an LED Mastermind, an accelerometer tilt game, a potentiometer sequencer.
- A shared timer and bargraph keep the pressure on, and a strict naming convention keeps the Qt interface readable with three people on it.
Outcome
A console playable end to end, and my first real taste of the boundary between code and wires.
Tools
- C++
- Qt
- Git