Create Your First Project
Start adding your projects to your portfolio. Click on "Manage Projects" to get started
1st Game
🎮 Guess the Number – Multiplayer Game
Type: Turn-based party game | Mode: Multiplayer | Platform: [Insert your platform – Web, Desktop, Mobile, etc.]
Description:
Guess the Number is a simple yet engaging multiplayer guessing game designed to test players’ intuition and strategy. In this turn-based game, one player (or the system) secretly selects a number within a predefined range (e.g., 1 to 100), while other players take turns attempting to guess the hidden number.
After each guess, the game provides directional feedback — “Too high”, “Too low”, or “Correct!”. The first player to guess the number correctly wins the round. The game supports multiple rounds and can track scores across sessions.
Key Features:
• 🔢 Customizable number range
• 🧠 Strategic turn-based guessing
• 🎯 Immediate feedback after each guess
• 👥 Multiplayer support (local or networked)
• 🏆 Optional scoring system for competitive play
• 🛠️ Built with [insert your tech stack — e.g., JavaScript, Python, React, etc.]
Purpose:
Designed as part of my portfolio to demonstrate core programming concepts such as user input handling, game loops, conditional logic, and multiplayer interaction. This project emphasizes clean code, intuitive UI, and player engagement.

