https://github.com/ascpixi/emoji-telepathy
🤔 Try to hone in on an a single emoji with strangers
https://github.com/ascpixi/emoji-telepathy
emoji emojis game game-development gamedev hack-club nextjs prisma prisma-orm react reactjs vercel
Last synced: 2 months ago
JSON representation
🤔 Try to hone in on an a single emoji with strangers
- Host: GitHub
- URL: https://github.com/ascpixi/emoji-telepathy
- Owner: ascpixi
- Created: 2024-12-02T01:09:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-25T12:34:08.000Z (about 1 year ago)
- Last Synced: 2025-03-25T13:40:00.481Z (about 1 year ago)
- Topics: emoji, emojis, game, game-development, gamedev, hack-club, nextjs, prisma, prisma-orm, react, reactjs, vercel
- Language: TypeScript
- Homepage: https://emoji-telepathy.ascpixi.dev
- Size: 3.65 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emoji Telepathy
Emoji Telepathy is a game where you try to hone-in on a single emoji with another player. Both players have to pick an emoji at the same time, and can't pick emojis previously picked - meaning you have to predict what your partner will choose!
It was made for the [Hack Club High Seas](https://highseas.hackclub.com/) event, and is designed to run in serverless environments.
If there are no players online, after some time, the match-making system will automagically create a bot player for you. The bot uses a simple algorithm to try and predict what you'll choose next! You can see how it works [here](https://github.com/ascpixi/emoji-telepathy/blob/master/src/app/api/bot.ts).
https://github.com/user-attachments/assets/7fbd737b-0fa2-4a96-b502-988b0f879a55
created for the Hack Club High Seas 2024 event