NumQuest is now a real-time multiplayer number guessing game that you can play with your Discord friends! Challenge each other in competitive battles, work together in team modes, and climb the global leaderboards.
- Join our server on discord
- Create custom rooms with your own settings
- Join existing rooms or spectate ongoing games
- Real-time player matching and room discovery
- Host controls for game management
- ๐ Competitive Mode: Race against friends to guess first
- ๐ฅ Team Mode: Work together with your teammates
- ๐ค Cooperative Mode: Everyone wins together
- ๐ Tournament Mode: Multi-round championships
- ๐ก Hint Power-up: Get a range hint for the target number
- โฐ Extra Time: Add 30 seconds to the clock
- ๐ Double Points: Multiply your score by 2
- ๐ก๏ธ Shield: Protect your minimum score
- ๐ฏ First Try: Guess correctly on your first attempt
- โก Speed Demon: Solve quickly with time to spare
- ๐ Champion: Win multiple rounds
- ๐ Streak Master: Consecutive correct guesses
- In-game chat with all players
- Live notifications for game events
- Player status updates and room announcements
- Global leaderboards across all games
- Personal stats tracking (games played, won, best scores)
- Performance analytics and improvement tracking
# Install dependencies
npm install
# Start the multiplayer server
npm start
# Or for development with auto-restart
npm run dev
- Enter your username and choose an avatar
- Browse available rooms or create your own
- Join a room or spectate ongoing games
- Wait for the host to start the game
- Make your guesses within the time limit
- Use power-ups strategically
- Chat with other players during the game
- Compete for the highest score and fastest time
- Host controls: Start games, manage settings
- Player limits: Up to 8 players per room
- Custom settings: Time limits, number ranges, rounds
- Spectator mode: Watch without playing
- WebSocket connections via Socket.IO
- Instant game updates and player synchronization
- Low-latency gameplay for competitive matches
- Automatic reconnection handling
- Room-based game sessions for optimal performance
- Player state management with persistent statistics
- Achievement system with unlockable rewards
- Global leaderboards with real-time updates
- Responsive design for all devices
- Modern browser compatibility (Chrome, Firefox, Safari, Edge)
- Mobile-friendly interface with touch controls
- Progressive Web App capabilities
- Goal: Be the first to guess the number
- Scoring: Points based on speed and attempts
- Strategy: Balance speed vs. accuracy
- Rewards: Bonus points for quick wins
- Goal: Work together to solve puzzles
- Scoring: Combined team score
- Strategy: Coordinate hints and guesses
- Rewards: Team achievements and bonuses
- Goal: Everyone reaches the target together
- Scoring: Individual scores contribute to group total
- Strategy: Share information and help each other
- Rewards: Group completion bonuses
- Goal: Win multiple rounds to become champion
- Scoring: Cumulative score across rounds
- Strategy: Consistent performance over time
- Rewards: Tournament trophies and rankings
PORT=3000 # Server port (default: 3000)
NODE_ENV=production # Environment mode
MAX_PLAYERS_PER_ROOM=8 # Maximum players per room
GAME_TIMEOUT=300000 # Game timeout in milliseconds
- Number Ranges: 1-1000 (customizable)
- Time Limits: 30-300 seconds
- Round Counts: 1-10 rounds per game
- Power-up Distribution: Random or strategic
- Large buttons for easy tapping
- Swipe gestures for navigation
- Responsive layouts for all screen sizes
- Mobile-first design principles
- Efficient rendering for smooth gameplay
- Battery optimization for mobile devices
- Offline capabilities for single-player mode
- Push notifications for game invites
- Success sounds for correct guesses
- Error sounds for wrong attempts
- Timer warnings for low time
- Achievement fanfares for unlocks
- Animated notifications for game events
- Color-coded status indicators
- Progress bars for game progression
- Particle effects for celebrations
- Username validation and filtering
- Rate limiting for chat and guesses
- Anti-cheat measures for fair play
- Data encryption for sensitive information
- Host verification for game controls
- Player authentication for room access
- Chat moderation tools
- Report system for inappropriate behavior
npm run dev # Start with nodemon
npm run watch # Watch Tailwind CSS
npm start # Start production server
NODE_ENV=production npm start
FROM node:18-alpine
WORKDIR /app
COPY package*.json ./
RUN npm ci --only=production
COPY . .
EXPOSE 3000
CMD ["npm", "start"]
We welcome contributions! Please see our Contributing Guide for details on:
- Code standards and best practices
- Testing requirements and quality assurance
- Feature requests and bug reports
- Community guidelines and etiquette
This project is licensed under the MIT License - see the LICENSE file for details.
- Background music and sound effects from Pixabay
- Socket.IO for real-time communication
- Tailwind CSS for beautiful, responsive design
- Font Awesome for amazing icons
- Press Start 2P font for retro gaming aesthetics
๐ฎ Ready to challenge your friends? Start the server and join the fun!
For support and updates, join our Discord server