Menu

Games

+ Enrol in a game
Loading your games...

Tez

1st

Day 10 - Arena

Phase 2: Competition - Compete to become POV and survive

Comments

Congrats

By DQDiva143,

2 days ago

Competition results:

Tez: 7170
Maximoff: 6350
Nakime: 6050
Nenalala: 4550
Joneduardo: 4220
AlakazamKing: 2550
Gabbes: 2000
MarieEve: 1920
DQDiva143: 640
Alexa: 0

Tez wins POV and must select their sacrifice for next round!

2 days ago

Nakime has sacrificed AlakazamKing! They have been evicted.

2 days ago

Congrats

By AlakazamKing,

2 days ago

Congrats

By DQDiva143,

2 days ago

oh i missed it

By Alexa,

2 days ago

fui jogar essa bomba no pc, que bosta

By Gabbes,

2 days ago

yw jon! <3

By Maximoff,

2 days ago

Thanks for Double save maxi <3

By Joneduardo,

2 days ago

Competition results:

Nakime: 59350
Nenalala: 54150
Tez: 41100
Maximoff: 30350
Gabbes: 29550
MarieEve: 27150
Alexa: 27000
Joneduardo: 23350
AlakazamKing: 10700
DryStopett: 8700
DQDiva143: 5500

Nakime wins POV and must select their sacrifice for next round!

2 days ago

Maximoff has sacrificed DryStopett! They have been evicted.

2 days ago

odeio word

By Alexa,

2 days ago

odeio word

By Gabbes,

2 days ago

Yeah, that's what happens when you go over 4 times lmao

By AlakazamKing,

2 days ago

Competition results:

Maximoff: 6863
Nakime: 6395
Tez: 5790
MarieEve: 5543
Nenalala: 5044
Alexa: 4813
Gabbes: 4687
DQDiva143: 4113
DryStopett: 3895
AlakazamKing: 2941
Joneduardo: 0

Maximoff wins POV and must select their sacrifice for next round!

2 days ago

Me sakveeem

By Joneduardo,

2 days ago

Aaaaaaa

By Joneduardo,

2 days ago

nakime, vc é fã do luan santana?

By Gabbes,

2 days ago

was my dog

By Nakime,

2 days ago

<!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="UTF-8" /> <title>Jogo de Trocar Roupa da Boneca</title> <style> :root { --bg1: #ff9ff3; --bg2: #feca57; --bg3: #48dbfb; --panel: #ffffff; --text: #222; --btn: #ff6b6b; --btn-hover: #ee5253; } * { box-sizing: border-box; margin: 0; padding: 0; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; } body { min-height: 100vh; background: linear-gradient(135deg, var(--bg1), var(--bg2), var(--bg3)); display: flex; align-items: center; justify-content: center; padding: 20px; } .game-container { background: var(--panel); border-radius: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.25); width: 100%; max-width: 900px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px; padding: 20px; } .title { grid-column: 1 / -1; text-align: center; font-size: 2rem; font-weight: 800; color: #ff3f34; text-shadow: 2px 2px 0 #feca57; margin-bottom: 10px; } .doll-area { display: flex; align-items: center; justify-content: center; background: #fff5f5; border-radius: 20px; padding: 20px; position: relative; overflow: hidden; } .doll-svg { width: 100%; max-width: 320px; height: auto; } .controls-area { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; } .control-group { background: #f7f7f7; border-radius: 16px; padding: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); } .control-group h3 { font-size: 1rem; margin-bottom: 8px; color: #222; } .row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 8px; } button { border: none; border-radius: 12px; padding: 8px 12px; font-weight: 700; cursor: pointer; transition: transform 0.1s ease, background 0.2s ease; background: var(--btn); color: #fff; font-size: 0.9rem; } button:hover { background: var(--btn-hover); transform: translateY(-2px); } .color-btn { width: 36px; height: 36px; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.2); cursor: pointer; transition: transform 0.1s ease; } .color-btn:hover { transform: scale(1.15); } .footer { grid-column: 1 / -1; text-align: center; font-size: 0.85rem; color: #555; margin-top: 10px; } @media (max-width: 700px) { .game-container { grid-template-columns: 1fr; } .controls-area { grid-template-columns: 1fr; } } </style> </head> <body> <div class="game-container"> <div class="title">🎀 Jogo de Trocar Roupa da Boneca 🎀</div> <div class="doll-area"> <svg class="doll-svg" viewBox="0 0 300 500" xmlns="http://www.w3.org/2000/svg"> <!-- Fundo decorativo --> <circle cx="150" cy="250" r="180" fill="#fff0f6" opacity="0.6" /> <!-- Corpo base --> <g id="body-group"> <!-- Pernas --> <rect x="115" y="320" width="25" height="120" fill="#ffccbc" rx="12" /> <rect x="160" y="320" width="25" height="120" fill="#ffccbc" rx="12" /> <!-- Tronco --> <rect x="105" y="200" width="90" height="130" fill="#ffccbc" rx="20" /> <!-- Braços --> <rect x="70" y="210" width="25" height="90" fill="#ffccbc" rx="12" /> <rect x="205" y="210" width="25" height="90" fill="#ffccbc" rx="12" /> <!-- Pescoço --> <rect x="135" y="175" width="30" height="30" fill="#ffccbc" rx="8" /> </g> <!-- Cabeça --> <g id="head-group"> <circle cx="150" cy="130" r="55" fill="#ffccbc" /> </g> <!-- Cabelo base (será recortado por máscaras de penteado) --> <g id="hair-base-group"> <circle id="hair-base" cx="150" cy="130" r="60" fill="#6a1b9a" /> </g> <!-- Penteado 1: Longo liso --> <g id="hair-style-1" display="inline"> <path d="M90 120 C 70 140, 70 190, 80 220 C 90 250, 120 260, 150 260 C 180 260, 210 250, 220 220 C 230 190, 230 140, 210 120 C 200 100, 180 90, 150 90 C 120 90, 100 100, 90 120 Z" fill="#6a1b9a" /> <!-- Franja --> <path d="M110 110 Q 130 130, 150 110 Q 170 130, 190 110 Q 180 90, 150 85 Q 120 90, 110 110 Z" fill="#6a1b9a" /> </g> <!-- Penteado 2: Curto bob --> <g id="hair-style-2" display="none"> <path d="M95 120 C 80 135, 80 165, 95 180 C 110 190, 130 195, 150 195 C 170 195, 190 190, 205 180 C 220 165, 220 135, 205 120 C 190 100, 170 90, 150 90 C 130 90, 110 100, 95 120 Z" fill="#6a1b9a" /> <path d="M110 115 Q 130 130, 150 115 Q 170 130, 190 115 Q 180 100, 150 95 Q 120 100, 110 115 Z" fill="#6a1b9a" /> </g> <!-- Penteado 3: Rabo de cavalo --> <g id="hair-style-3" display="none"> <!-- Base --> <path d="M95 120 C 80 135, 80 165, 95 180 C 110 190, 130 195, 150 195 C 170 195, 190 190, 205 180 C 220 165, 220 135, 205 120 C 190 100, 170 90, 150 90 C 130 90, 110 100, 95 120 Z" fill="#6a1b9a" /> <!-- Rabo --> <ellipse cx="210" cy="150" rx="25" ry="35" fill="#6a1b9a" /> <path d="M110 115 Q 130 130, 150 115 Q 170 130, 190 115 Q 180 100, 150 95 Q 120 100, 110 115 Z" fill="#6a1b9a" /> </g>

By Gabbes,

2 days ago