Built a voice-controlled Snake game that classifies spoken directional commands (up, down, left, right) in real time.
Implemented in Python using two parallel speech-recognition pipelines — a classical MFCC classifier and a CNN trained on log-Mel spectrograms — with a push-to-talk interface and deterministic safety logic layered over the game agent.
