Skip to content
guillaume charbonnier edited this page Mar 6, 2019 · 7 revisions

Map

😅 (difficulty) ⌛ (time-Box) 🔗 (related to)
1️⃣ / 5️⃣ 60 - 90 mn Multimedia

✔️ primary objectives

:suspect: Peace of cake

  • Play a sound when pressing on colored rectangle
  • repeat with a numbered of rectangle of different shades and colors

:rage1: Easy

  • Have a way to repeat sounds

:rage3: Normal

  • Trigger sounds (and pressing animation) from keys

💰 useful ressources

  • more than 40 sounds in /res/wav

👶 Newbies area

Warning : Spoilers !!!
QML types Module Useful for...
MouseArea QtQuick make your own control
Button QtQuick.Controls 2 self explanatory
SoundEffect QtMultimedia play a sound

ℹ️ useful information and hints

  • you can use Qt.darker() or Qt.lighter() to define shades of a given color
  • if you use QuickControls the background property of a control let you define how your control looks like

⚠️ cautions and warnings

N/A

secondary objectives (only for the braves 🏆 )

:rage4: very difficult

  • record and replay the sound sequence
  • create a nice animation when pressed with particles emitter

:goberserk: Nightmare

  • replay should be time accurate
  • save the result on disk

:godmode: God mode

  • create a "memory game" : a random sequence is played first, then you need to repeat the right sequence without error

Clone this wiki locally