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

https://github.com/scriptogre/roast-roulette

A multiplayer couch party game where an LLM randomly roasts players' photos.
https://github.com/scriptogre/roast-roulette

django htmx jinja2 tailwindcss

Last synced: 11 months ago
JSON representation

A multiplayer couch party game where an LLM randomly roasts players' photos.

Awesome Lists containing this project

README

          

# Roast Roulette 🔥🎲

A multiplayer party game where AI roasts players' photos.

image

## Quick Start

**Prerequisites**: Docker Desktop

1. **Install Docker**: https://docs.docker.com/desktop/setup/install/windows-install/

2. **Run `just` command**:
```bash
just
```
3. **Open `http://localhost:8000`**

## Project Structure️

Key files and directories:
- `main/games/` - Game logic
- `models.py` - Database models (Games, Players, Photos)
- `views.py` - Page handlers
- `urls.py` - URL routing
- `main/templates/` - Jinja templates
- `main/static/` - Avatars & images

## Screenshots

**Lobby**

image

**Photo Upload Stage**

image