https://github.com/wiizzl/mytho
The liar game
https://github.com/wiizzl/mytho
elysia react websocket
Last synced: 19 days ago
JSON representation
The liar game
- Host: GitHub
- URL: https://github.com/wiizzl/mytho
- Owner: wiizzl
- License: mit
- Created: 2026-03-17T12:27:42.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-18T07:38:58.000Z (3 months ago)
- Last Synced: 2026-03-18T23:24:21.626Z (3 months ago)
- Topics: elysia, react, websocket
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
README
# Mytho
A digital take on Liar’s Deck, a well-known bluffing card game where players must decide when to tell the truth, when to lie, and when to call out opponents.
## Requirements
- [Bun](https://bun.sh) installed
## Installation
```sh
bun install
bun run dev
```
## Environment variables
Create env files from examples:
```sh
cp apps/server/.env.example apps/server/.env
cp apps/web/.env.example apps/web/.env
```
Both apps validate env values with Zod at startup.
## License
[MIT](./LICENSE) 🤟