---
title: "Seeking feedback on my first Phoenix project - a real-time, multiplayer online version of the Scattergories game"
url: https://daily.dev/posts/seeking-feedback-on-my-first-phoenix-project---a-real-time-multiplayer-online-version-of-the-scatte-wufaat9ia
source_url: https://elixirforum.com/t/seeking-feedback-on-my-first-phoenix-project-a-real-time-multiplayer-online-version-of-the-scattergories-game/76377
type: article
source: "Awesome Elixir"
published: 2026-08-20T20:11:30.796Z
updated: 2026-08-20T20:20:42.756Z
tags: ["elixir", "liveview", "ecto"]
reading_time: 1
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Seeking feedback on my first Phoenix project - a real-time, multiplayer online version of the Scattergories game

**[Awesome Elixir](https://daily.dev/sources/awelix)** · 1 min read · 0 upvotes · 0 comments

## Summary

A developer built Stop My Hand, a Scattergories-style real-time multiplayer web game using Phoenix and LiveView as a learning project after studying Elixir from books. The app includes accounts, friendships, notifications, game invites, lobbies, and multi-round matches. It's an MVP with known gaps (no mid-match reconnection, a naive WebRTC implementation, bare-bones UI). The author is seeking feedback specifically on Elixir code quality: the GenServer-based MatchDriver, LiveView/JS interop, Ecto queries, use of contexts, testing coverage, and project organization.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://elixirforum.com/t/seeking-feedback-on-my-first-phoenix-project-a-real-time-multiplayer-online-version-of-the-scattergories-game/76377>

## Similar posts on daily.dev

- [Why I chose Phoenix LiveView over Rails, Laravel, and Next.js](https://daily.dev/posts/why-i-chose-phoenix-liveview-over-rails-laravel-and-next-js-yi3juefmt) · Hacker News · 3 upvotes · 0 comments
- [Exploring LiveView 1.2](https://daily.dev/posts/exploring-liveview-1-2-p8vjxpn4x) · Elixir Forum · 0 upvotes · 0 comments

---

Tags: [#elixir](https://daily.dev/tags/elixir), [#liveview](https://daily.dev/tags/liveview), [#ecto](https://daily.dev/tags/ecto)

[View this post on daily.dev](https://daily.dev/posts/seeking-feedback-on-my-first-phoenix-project---a-real-time-multiplayer-online-version-of-the-scatte-wufaat9ia)
