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.
https://robson.plus/emoji-match/
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.
To run this on your computer:
- Download the repository.
- Unzip anywhere.
- Open index.html in your browser.
These are responsible for creating and playing the game.
All formatting and layout information is contained in this file.
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.
This is built using:
- HTML
- CSS
- JavaScript