https://github.com/samaraoliveiram/jelly-games
A real-time word guessing game to be played with your friends!
https://github.com/samaraoliveiram/jelly-games
elixir game liveview multiplayer-game real-time
Last synced: 5 months ago
JSON representation
A real-time word guessing game to be played with your friends!
- Host: GitHub
- URL: https://github.com/samaraoliveiram/jelly-games
- Owner: samaraoliveiram
- Created: 2023-02-28T12:49:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T11:05:47.000Z (5 months ago)
- Last Synced: 2026-01-14T14:29:47.573Z (5 months ago)
- Topics: elixir, game, liveview, multiplayer-game, real-time
- Language: Elixir
- Homepage: https://jelly-games.fly.dev/
- Size: 169 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jelly
[Jelly](https://jelly-games.fly.dev/) it's a multiplayer real-time game, made entirely with elixir!
### How to play
- Create a new game and send the game link to your friends.
- When the **game** starts:
- **Players** are split into equal **teams**
- Each **player** writes down 3 **words**
- After everyone submits their **words**, the first round begins
- The **game** has 3 **rounds**
- In each round, a **player** receives a **word** and their **team** has to guess it within a turn
- Each **turn** lasts for 1 minute
- Each correct guess is worth 1 **point**
- When a **turn** ends, the next **team** plays
- A **round** ends when all the **words** are guessed.
- Each **round** has a theme:
1. *password*: give as many tips as needed!
2. *mimicry*: give tips by mimicking!
3. *one*-*password*: give only one tip!
- The **winner** of the game is the team with the most **points**
### To start your Phoenix server:
* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.