https://github.com/mwien/einwortspiel
Multiplayer word game built with Elixir and Phoenix LiveView
https://github.com/mwien/einwortspiel
elixir phoenix-liveview
Last synced: 11 months ago
JSON representation
Multiplayer word game built with Elixir and Phoenix LiveView
- Host: GitHub
- URL: https://github.com/mwien/einwortspiel
- Owner: mwien
- License: agpl-3.0
- Created: 2023-06-05T09:43:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T17:36:27.000Z (about 2 years ago)
- Last Synced: 2024-10-12T15:13:45.780Z (over 1 year ago)
- Topics: elixir, phoenix-liveview
- Language: Elixir
- Homepage:
- Size: 979 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Einwortspiel
Multiplayer word game using Elixir, Phoenix and Liveview.
## Game Idea
Each player receives three words, with two of them being the same for everyone, and describes them by a single clue. Afterwards, they must deduce which word is unique to them based on the clues of the other players.
## To run the game locally
Start your Phoenix server:
* Install dependencies with `mix deps.get`
* 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.
For more information on Phoenix, you can visit: https://www.phoenixframework.org/