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

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

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) 🤟