A neon-styled color puzzle game built with Pygame.
In this arcade puzzle experience, you register a player name, complete progressive levels, and unlock pieces of a glowing color block puzzle. The game tracks your top 5 scores and allows simple settings control for music and sound effects.
- Neon-inspired UI and vibrant block colors
- Player registration and score tracking
- Puzzle progress with collectible pieces
- Simple settings toggle for music and sound effects
- Top 5 player records saved between sessions
- Python 3.8+
- Pygame
pip install pygamepython neon_color_block_puzzle_quest.pyS- Start a new game / enter player nameO- Open settingsENTER- Confirm player nameSPACE- Play current levelM- Return to main menu1- Toggle music2- Toggle sound effectsB- Back to menu
Game data is stored in game_data.json to preserve top player records across sessions.