Smaash is a human interactive multiplayer game which makes use of hand gestures. This game was made using Piezo (for touch) and Gyro(for orientation) and integrates Arduino for game play and Processing for display of score.
Single player Mode-
The player in the single player mode has to hit the correct block where the random RGB lights.(colors selected-Red and Green)
Multiplayer Game Mode-
It is a two player game where one of the player hits the correct box where the RGB lights and the other player selects the correct color using the other hammer.
Scoring-
Scoring system is done with the integration of Arduino with Processing.For a correct hit, the action maps to +4 on the Processing screen, while for an incorrect hit, the action maps to -1 on the Processing screen.