Skip to content

Robson/Emoji-Match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji Match

📃 Table of Contents

🎞️ Demo

Demo

ℹ️ Explanation

Emoji Match is a game for 2+ players, where one person secretly chooses an emoji, then everyone else works together to figure out what it is.

The game is played using a browser and is designed to be played with everyone in the same room or via screen-sharing.

🕹️ Live Version

https://robson.plus/emoji-match/

☑️ Compatibility

The output for this project is designed for desktop and mobile.

Platform OS Browser Version Status
Desktop Windows Firefox 89 Working
Desktop Windows Opera 77 Working
Desktop Windows Chrome 91 Working
Desktop Windows Edge 91 Working
Mobile Android Chrome 92 Working

The only difference between browsers is that some (Opera, Chrome, etc) do not render flag emojis, so the flag emojis are hidden for users of those browsers.

Last tested on 17th July 2021.

🐛 Testing

To run this on your computer:

🗄️ File Descriptions

index.html + page.js

These are responsible for creating and playing the game.

style.css

All formatting and layout information is contained in this file.

emojis.js

This contains the list of categories and then a massive list of emojis. Each emoji has a list of the categories that it belongs to. Each emoji also has a short description of what it is, although that is not used by the game.

🖥️ Technologies

This is built using:

  • HTML
  • CSS
  • JavaScript

✅ Validation

Valid HTML

Valid CSS

X