Guess the Number – A Small Entertainment Game

Recently, I decided to create a personal project with a simple goal: to develop a fun little game that challenges the player’s logic and intuition. That’s how Guess the Number was born — a level-based game where the objective is to figure out a secret number using different hints along the way.

Guess the number

Project Goals

The project had two main purposes:

  • Entertainment: build a simple yet addictive dynamic that motivates players to keep progressing through levels.
  • Learning & experimentation: apply modern frontend technologies, strengthen my skills, and explore new ways of designing clean and engaging user interfaces.
  • Technologies Used

    The game was built using a modern and lightweight tech stack:

  • Vite: providing a fast development environment and efficient build process.
  • React: the core library for building the interface, enabling a smooth and modular user experience.
  • TypeScript: adding static typing and stronger code reliability, which improves maintainability and scalability.
  • Tailwind CSS: used for styling, delivering a clean and modern look with a highly flexible utility-first approach.
  • Purpose of the Project

    Beyond entertainment, this project serves as a playground to continue improving my development workflow, experiment with design choices, and share something enjoyable with others. It’s a small but meaningful step in combining creativity and technology.

    Try It Out

    You can play Guess the Number directly in your browser by clicking the link below:

    👉 Play the game here