Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 533 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 533 Bytes

Musical-Game

Description

Musical game that test the ability to recognize musical patterns. In the first level, the player is listening to 2 musical patterns, and every note is shown as a square with a color. The player needs to decide if the patterns are different or similar by the sequence of sounds and the colors can help him to decide.

Programming methodologies

  • AWT and Swing of java for creating the gui and components
  • OOP design patterns
  • javax sound
  • multi-threading for the animation and access to database