A memory matching game built using JavaScript inspired by the Super Smash Brothers series from Nintendo.
- JavaScript
- HTML5
- CSS3
- AWS EC2
Try the application live at supermatchbros.kurtyazdizadeh.com
- Users can choose 9 characters to match upon starting the app.
- Users can opt in for sound (music and/or announcer SFX).
- The app will calculate accuracy.
- The app has a 60 second countdown timer.
- The Win/Lose page will dynamically change based on the last character match (if they win), or the Master Hand (if they lose).
- None
- Clone the repository.
git clone https://github.com/kurtyazdizadeh/super-match-bros cd super-match-bros
- View project by opening
index.html
in your browser.