You are browsing as a guest. Sign up (or log in) to start making projects!

1h 19m 18s logged

Devlog 8 – Added Difficulty Selector and Game Area
Today I completed two major UI components for the Number Guess game: DifficultySelector.tsx and GameArea.tsx. The difficulty selector now includes interactive cards for Easy, Medium, Hard, and Extreme modes, giving players a clear way to choose the challenge level.
I also built the main game area, which includes the guess input system, feedback banner, bisect strategy helper, and a visual history bar to track previous guesses. These additions make the gameplay more interactive, informative, and user-friendly while improving the overall experience of the game.

0
6

Comments 3

@lordvader25

You’re creating all of this using VScode? Then from where are u able to get the pictorated Ui from in ur devlog 9?

@Rajveer0123n

@lordvaderish25 I’m making the whole thing in VS Code 😭. The UI screenshots in my devlogs are just screenshots of my project while I’m coding/testing it locally (like this one). I build the interface in React/TSX + CSS, run it in the browser, and then take screenshots whenever I complete a feature. So the “pictorated UI” is literally my actual project, not a separate design tool.

@Rajveer0123n

@lordvaderish25 in simple word i used live server where i can see instantly how will it look