A fun web-based party game where players rank ideas and try to predict each other's rankings.
- Create or join a game - Share the 4-letter game code with friends
- Take turns - On your turn, 4 random ideas are shown to everyone
- Rank secretly - Order them 1-4 based on your preference
- Others predict - Other players try to guess your ranking
- Score points - Get 1 point for each correct position guess
- Win the game - Highest score after all rounds wins!
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser
This app is designed to be deployed on Vercel:
- Push your code to a Git repository
- Connect it to Vercel
- Deploy automatically
- Framework: Next.js 14 with TypeScript
- Styling: Tailwind CSS
- Real-time Updates: HTTP polling (easily upgradeable to WebSockets)
- Deployment: Vercel
- ✅ Real-time multiplayer gameplay
- ✅ Simple 4-letter room codes
- ✅ Responsive design for mobile and desktop
- ✅ Default idea list included
- ✅ Automatic scoring and leaderboard
- ✅ Turn-based gameplay with multiple rounds
- Custom idea submission before games
- WebSocket support for better real-time experience
- Player avatars and themes
- Game replay and statistics
- Private rooms with passwords