← back to Emoji Agentabrams

README.md

22 lines

# emoji.agentabrams.com — Free-Roster Emoji Memory Match

A single-page, zero-dependency Emoji Memory Match game. The game IS the homepage.

- Live: https://emoji.agentabrams.com (Kamatera, `/var/www/emoji.agentabrams.com`, nginx static)
- Source of the game: `~/Projects/free-roster-memory/index.html` (this is a copy)
- Also appears in the Agent Abrams Arcade as the `emoji-memory` game (games.agentabrams.com)

Features: 3D card flips, move counter + timer, persistent best-per-size, three
difficulties (4×4 / 6×6 / 8×8), light/dark theme toggle. Pure DOM + Web Audio.

## Deploy

`bash deploy/emoji.agentabrams.com.deploy.sh` — DNS A record (Cloudflare, DNS-only) +
rsync + nginx (IP-bound :80 → certbot adds :443) + Let's Encrypt SSL. Steve-gated.

Content-only re-deploy after the first go-live:

```sh
rsync -az --exclude .git --exclude deploy ./ root@45.61.58.125:/var/www/emoji.agentabrams.com/
```