An open API service indexing awesome lists of open source software.

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!

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.