GUESS
THINKQUEST
FASTThis number guessing game is a fun and interactive way for players to test their guessing skills. The game generates a random number within a specified range, and players must guess the correct number with hints provided after each attempt. It features a retro game design, adding a nostalgic and engaging visual appeal.
I created this game for my siblings after realizing they wanted to play a game, but I didn’t want them to play brain-rotting games. Instead, I wanted to give them something both fun and educational in a way. This project also helped me practice JavaScript logic, event handling, and UI design while implementing a classic game concept with a unique retro style.
One of the main challenges was balancing difficulty to keep the game engaging but not frustrating. Implementing a proper feedback system for guesses and ensuring smooth UI transitions was also tricky. Additionally, designing a retro-style interface required experimenting with different color palettes, fonts, and layout structures to achieve the desired nostalgic feel.