🎮 Type Matcher

Drag values to their correct Java data type buckets!

Score: 0
❤️ Lives: 5
🏆 Level: 1
🔥 Combo x0
🔢
int
Whole numbers
📊
double
Decimal numbers
boolean
true / false
🔤
char
Single character
📝
String
Text in "quotes"

🎯 Type Matcher

Learn Java data types by dragging values to their correct buckets!


How to play:

Values will appear on screen. Drag each value to the bucket that matches its Java data type before they fall too far!

🔢 int: 42, -7, 0
📊 double: 3.14, -0.5
boolean: true, false
🔤 char: 'A', '9'
📝 String: "Hello"
💡 Chain combos for bonus points!