WWTBAM (Who Wants to Be a Millionaire) is a web-based quiz game built with Node.js, Express, and EJS. It features dynamic game logic, user management, and serverless deployment on Vercel.
- Features
- Project Structure
- Installation
- Local Development
- Deployment
- Environment Variables
- Contributing
- License
- Express & EJS: Uses Express as the server framework with EJS as the templating engine.
- Dynamic Routes: Handles multiple routes for the game (home, rules, game, win, lose, etc.).
- Serverless Deployment: Configured for serverless deployment on Vercel using
serverless-http. - Custom Classes: Game logic and user management handled by custom classes in the
classes/folder. - Static Assets: Serves static files (CSS, images) from the
public/directory.