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.
- Host: GitHub
- URL: https://github.com/scriptogre/roast-roulette
- Owner: scriptogre
- Created: 2025-02-14T09:45:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-28T22:55:12.000Z (about 1 year ago)
- Last Synced: 2025-07-03T09:52:59.031Z (12 months ago)
- Topics: django, htmx, jinja2, tailwindcss
- Language: CSS
- Homepage: https://roastroulette.io
- Size: 1.28 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roast Roulette 🔥🎲
A multiplayer party game where AI roasts players' photos.

## 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**

**Photo Upload Stage**
