TriPPPle

The idea of TriPPPle startedduring the assignment "Input/Output", which was to use a special type of input and output. We chose a MIDI Keyboard. The goal in mind was to create a program that would help beginners learn to play the piano or for returning players to get a grip on the basics again. So we made a Piano Practice Program. We decided on two play modes. One for training and one for testing.

  • Engine: Unity

  • Language: C#

  • Group Size: 2 (2 Developers)

  • Duration: 8 weeks

training mode

I was in charge of coding both modes. Training mode shows a specific key on your screen, which you then have to press on your MIDI keyboard. If correct, you get a point. If incorrect, you lose a life. After you lose all lives you can restart or go back to the menu.

freeplay mode

Freeplay / Testing mode gives the player the freedom to experiment. The key that's pressed on the keyboard shows up on the screen. When you press a new key, it removes the old one and shows you the new key you pressed.