8000 GitHub - connortbot/yappers.live: Social games for the dinner table, no app required.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

connortbot/yappers.live

Repository files navigation

yappers.live

Social games for the dinner table, no app required.

Play now at yappers.live.

Status

This was a side project of mine to learn Rust, but it's also just a cheap and easy thing to host and play with friends. I am actively using it, but not necessarily actively maintaining it.

Some games on the roadmap:

  • Mind Match (couples Q&A)
  • Wavelength
  • Two Truths and a Lie
  • Spyfall

Contributing

I'll actively look at PRs, in case someone wants to add a game, fix a bug, wtv.

Tech stack: Frontend

  • Vite + React + Typescript
  • Hosted on Vercel

Backend:

  • Rust monolith
  • Dockerized, -> Render hosting
  • Valkey for game state and pubsub
# Sanzang (frontend)
npm run dev

# Wukong (backend)
cargo watch -x run

# Run Valkey locally
docker-compose -f docker-compose-local.yml up -d
valkey-cli
MONITOR

About

Social games for the dinner table, no app required.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0