1 Nov 2025, 08:00 AM
1 Jan 1900, 00:00 AM
Bali, Indonesia
Know your place among more than 20,000 participants across 18 regions.
All participants will receive a full strength-weakness analysis.
Winners will receive medals and certificates and enter our Hall of Fame!
The top 40% locally will represent their region in the extended round.
.score-box background: #00000066; padding: 6px 18px; border-radius: 40px; font-size: 1.6rem; letter-spacing: 1px;
Here’s a single-file HTML document that simulates the core mechanics of Paper.io (territory capture, movement trail, avoiding other players/borders): paper.io.gitlab
canvas display: block; margin: 0 auto; border-radius: 24px; box-shadow: 0 10px 25px rgba(0,0,0,0.3); cursor: none; background-color: #f5f0e0; .score-box background: #00000066
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>Paper.io Style - Territory Game</title> <style> * user-select: none; -webkit-tap-highlight-color: transparent; body margin: 0; min-height: 100vh; background: linear-gradient(145deg, #1a472a 0%, #0e2a1a 100%); display: flex; justify-content: center; align-items: center; font-family: 'Segoe UI', 'Poppins', system-ui, -apple-system, sans-serif; padding: 6px 18px
.controls-hint font-size: 0.75rem; background: #00000055; border-radius: 24px; padding: 4px 16px; text-align: center;