A simple yet challenging Color Picker Game! 🎮

Опубликовано: 21 Апрель 2026
на канале: MR.KPBro1
11
2

I've been working on this for a while, and it's been a fantastic learning journey. The game is built using Unity, and the idea is simple: players control a character that jumps through rotating obstacles. The challenge? You can only pass through the obstacle if your character matches the randomly generated color!

Here’s what I’ve achieved so far:

🎨 Core Mechanics:

Player Movement & Jumping: Responsive controls using Rigidbody2D for fluid character motion.
Random Color Assignment: On colliding with the color changer, the character randomly changes to one of four colors.
Obstacle Interaction: Rotating obstacles that increase in difficulty, coded to rotate at varying speeds for a dynamic challenge.
🎯 Game Progression:

Score System: I've integrated a score counter using TextMeshProUGUI that updates every time you pass an obstacle.
Game Over System: The game ends if you jump through an obstacle with the wrong color. Background music stops, a game over sound plays, and a custom UI panel appears, followed by an option to restart the game.
🔊 Audio Design:

Background Music: Added an immersive audio experience with continuous background music.
Sound Effects: Different sounds for color collection and game over moments to enhance gameplay feel.
📱 Mobile-First Approach:

The game is touch-responsive! Players can tap the screen to make their character jump, making it perfect for mobile platforms.
⚙️ Current Work: I'm currently focused on integrating a Login and Sign-Up service that allows players to sign in and track their high scores over time. This will be an exciting feature for more engagement!

🎮 Next Steps:

Additional Levels: I’m planning to add new levels with increased complexity.