A fully static Memory Card Matching Game hosted securely using Amazon S3 + CloudFront. This project delivers a fast, lightweight, globally distributed game website—perfect for learning AWS deployment, CloudFront caching, OAC security, and static hosting best practices.
- 🎴 Classic Memory Card Matching Game (flip-to-match)
- ⚡ Fast loading via CloudFront CDN
- 🔒 Private S3 bucket secured using OAC (Origin Access Control)
- 🌍 Global distribution + HTTPS
- 💰 100% serverless & Free Tier friendly
- 🧩 Pure HTML, CSS, and JavaScript (no backend)
Flip-A-Card is a simple memory-matching game:
- Cards are placed face down
- Player flips 2 at a time
- If they match → they stay revealed
- If not → cards flip back
- Game ends when all pairs are matched
Designed to demonstrate front-end logic + AWS deployment.
- Create an S3 bucket
- Disable Static Website Hosting
- Create a CloudFront Distribution
- (Optional) Add HTTPS + Custom Domain
- Test your website.
-> Refer to the full documentation for detailed implementation steps.
📄Documentation: documentation.pdf
https://d15ofsgzywtlqm.cloudfront.net
