backend Initial repository setup with skeleton structure 1 day ago
docs Initial repository setup with skeleton structure 1 day ago
.env.example Initial repository setup with skeleton structure 1 day ago
.gitattributes Initial repository setup with skeleton structure 1 day ago
.gitignore Initial repository setup with skeleton structure 1 day ago
.prettierrc Initial repository setup with skeleton structure 1 day ago
AGENTS.md Initial repository setup with skeleton structure 1 day ago
CONTRIBUTING.md Initial repository setup with skeleton structure 1 day ago
Dockerfile Initial repository setup with skeleton structure 1 day ago
README.md Initial repository setup with skeleton structure 1 day ago
docker-compose.yml Initial repository setup with skeleton structure 1 day ago
filestructure.md Initial repository setup with skeleton structure 1 day ago
technical_spec.md Initial repository setup with skeleton structure 1 day ago
README.md

Exp-Cats

This repository contains a minimal starter for a multiplayer‑card game “Cat Explosion”.

Run locally

# start services and run backend on 8000
docker compose up -d
# visit http://localhost:8000

Build

docker build -t exp-cats:latest .