Slither.io - Multiplayer Snake Game - Action Game

Seele01-Flash
By Olivia Harris
Play Slither.io, the ultimate multiplayer snake game! Control your snake, collect orbs, grow bigger, and dominate the arena. Free to play in browser - no download required!
Unity

Crimson Illusion Battle

Build a Unity fantasy battle through a crimson illusion realm.

Build a Unity fantasy battle through a crimson illusion realm.Open in workspace
New

Underwater Puzzle

Build an underwater puzzle: restore coral, dodge crabs.

Build an underwater puzzle: restore coral, dodge crabs.Open in workspace
Subscriber only

Unreal Top-Down Roguelite

Create a complete UE 5.5 top-down arena roguelite with upgrades and a boss finale.

Create a complete UE 5.5 top-down arena roguelite with upgrades and a boss finale.Open in workspace
New

3D Block Puzzle

Build a 3D falling-block puzzle with rotations and row clears.

Build a 3D falling-block puzzle with rotations and row clears.Open in workspace
Voxel

Voxel Village Explorer

Build a voxel village to roam with jump and camera controls.

Build a voxel village to roam with jump and camera controls.Open in workspace
Unity

City Eater

Build a Unity game where a growing blob devours the city.

Build a Unity game where a growing blob devours the city.Open in workspace
Shooter

Decay Zone Survival

Build a first-person zombie survival with ammo management.

Build a first-person zombie survival with ammo management.Open in workspace
Puzzle

Magic Cube Puzzle

Build an interactive Rubik's Cube with scramble and reset.

Build an interactive Rubik's Cube with scramble and reset.Open in workspace
Shooter

Platform Shooter Quest

Build a side-scrolling platform shooter with weapon switching.

Build a side-scrolling platform shooter with weapon switching.Open in workspace
Godot

Baby Bat Climber

Build a compact Godot cave-climbing platformer.

Build a compact Godot cave-climbing platformer.Open in workspace
Unity

Crimson Illusion Battle

Build a Unity fantasy battle through a crimson illusion realm.

Build a Unity fantasy battle through a crimson illusion realm.Open in workspace
New

Underwater Puzzle

Build an underwater puzzle: restore coral, dodge crabs.

Build an underwater puzzle: restore coral, dodge crabs.Open in workspace
Subscriber only

Unreal Top-Down Roguelite

Create a complete UE 5.5 top-down arena roguelite with upgrades and a boss finale.

Create a complete UE 5.5 top-down arena roguelite with upgrades and a boss finale.Open in workspace
New

3D Block Puzzle

Build a 3D falling-block puzzle with rotations and row clears.

Build a 3D falling-block puzzle with rotations and row clears.Open in workspace
Voxel

Voxel Village Explorer

Build a voxel village to roam with jump and camera controls.

Build a voxel village to roam with jump and camera controls.Open in workspace
Unity

City Eater

Build a Unity game where a growing blob devours the city.

Build a Unity game where a growing blob devours the city.Open in workspace
Shooter

Decay Zone Survival

Build a first-person zombie survival with ammo management.

Build a first-person zombie survival with ammo management.Open in workspace
Puzzle

Magic Cube Puzzle

Build an interactive Rubik's Cube with scramble and reset.

Build an interactive Rubik's Cube with scramble and reset.Open in workspace
Shooter

Platform Shooter Quest

Build a side-scrolling platform shooter with weapon switching.

Build a side-scrolling platform shooter with weapon switching.Open in workspace
Godot

Baby Bat Climber

Build a compact Godot cave-climbing platformer.

Build a compact Godot cave-climbing platformer.Open in workspace

Prompt

MODEL: Seele01-Flash
Please use Three.js to generate a **mobile-first game** with the theme "Slither.io 3D Remake". Please read the following detailed game design requirements first, and then generate the code accordingly: ### 1. Assets & Environment * **Visual Style:** Neon Arcade / Cyber-Minimalism. The game should feature a dark, immersive atmosphere with vibrant, glowing elements. * **Player & Enemies (Snakes):** Create 3D snakes using a series of spheres or rounded cylinders for body segments. The head should have distinct eyes (simple white spheres with black pupils). * *Color:* Each snake should have a distinct, bright neon color (Lime Green, Cyan, Magenta, Electric Blue, etc.). * *Material:* Use `MeshStandardMaterial` with high `emissive` properties to make them glow against the dark background. * **Environment:** A vast, flat play area. * *Texture:* A dark grey tiling background with a hexagonal grid pattern (mimicking the original "Blockade/Slither" aesthetic). * *Borders:* Visible glowing red boundary lines indicating the edge of the map. * **Collectibles (Orbs):** * *Idle Food:* Small, multi-colored glowing particles scattered randomly. * *Loot:* Larger, brighter glowing orbs left behind when a snake dies. * **Performance Optimization:** * **Critical:** Use `InstancedMesh` for the snake body segments and food particles to handle hundreds of objects without FPS drops on mobile devices. * Use a single directional light plus ambient light; avoid real-time shadows to save battery/performance. ### 2. Audio Requirements * **BGM:** A hypnotic, low-tempo Techno/Trance loop. It should be rhythmic but background-heavy to induce a "flow state." * **Sound Effects (SFX):** * *Collecting Food:* A rapid, soft, high-pitched "bloop" or "pop" sound (pitch slightly increasing with consecutive eats). * *Boosting:* An electrical hum or "whooshing" white noise when the speed boost is active. * *Death/Collision:* A digital "shatter" or heavy impact sound followed by a dissipating energy sound. * *UI:* Crisp digital clicks for starting the game. ### 3. Gameplay Loop * **Core Mechanic:** The player controls a snake that moves constantly forward. The goal is to become the longest snake on the server. * **Growth:** Eating glowing orbs increases the snake's length and thickness slightly. * **Combat & Collision:** * If the player's **head** collides with another snake's **body**, the player dies (Game Over) and turns into a pile of high-value food orbs. * If the player's **head** hits the map border, the player dies. * Head-on-head collisions should destroy both snakes (or the smaller one, depending on balancing, but standard is both die or random). * **AI Bots:** Since this is a frontend demo, generate 10-20 AI snakes that wander the map, seek food, and attempt to avoid collisions using basic raycasting or distance checks. * **Camera:** A top-down orthographic or high-angle perspective camera that follows the player's head. **Crucial:** The camera must smoothly zoom out as the snake grows larger to maintain a fair field of view. ### 4. Mobile Controls & Interaction * **Movement Control:** * **Option A (Virtual Joystick):** A floating virtual joystick on the left or bottom-center of the screen controlling the angle of the snake's head. * **Option B (Follow Touch):** The snake's head constantly turns toward the current finger position on the screen. * **Boost Mechanic:** * A dedicated "Speed Up" button in the bottom-right corner (minimum 64x64px touch target). * Holding the button doubles movement speed but causes the snake to slowly lose length (drops particles behind it). * **Orientation:** Landscape mode is preferred for a wider field of view. * **Feedback:** * *Haptic:* Trigger a heavy vibration (via `navigator.vibrate`) when the player crashes/dies. * *Visual:* Screen shake effect slightly upon death. * **UI Overlay:** * Top-Right: Score/Length counter. * Top-Left: Mini-map (simple distinct dots for player vs enemies). * Center: "Tap to Start" overlay before the game loop begins. Do not ask for clarification. Do not request confirmation. Directly execute the generation task based on the given instructions.
A game idea becoming a playable world and reaching an audience
MAKE • SHARE • EARN

Games are fun. Creating them is even better.

Game Introduction

About the Game

Slither.io is a revolutionary multiplayer online game that brings the classic snake concept into the modern era. With a stellar 3.6/5 rating from players worldwide, this game has become one of the most popular io games ever created. Unlike traditional single-player snake games, Slither.io drops you into a massive arena filled with real players from around the globe, creating an unpredictable and thrilling gaming experience.

The game features stunning minimalist graphics with colorful laser-like snakes gliding across a hexagonal grid background. Every snake you encounter is controlled by another real player, making each game session unique and challenging. The simple yet elegant visual design creates an immersive artificial world that keeps players coming back for more.

Core Features

Massive Multiplayer Arena

Join thousands of players simultaneously in the same game world. Every snake is a real person with their own strategy and playstyle, creating dynamic and unpredictable gameplay that never gets old.

Simple Yet Addictive Gameplay

The core mechanics are easy to learn but impossible to master. Guide your snake to collect glowing orbs, avoid other players' bodies, and try to make opponents crash into you. When another snake is destroyed, you can consume all their orbs for massive growth.

Beautiful Minimalist Design

Experience elegant graphics featuring colorful snakes with laser-like trails moving across a sophisticated hexagonal background. The clean, minimalist art style ensures smooth gameplay while creating a visually stunning experience.

Instant Browser Play

No downloads, no installations, no waiting. Simply open your browser and start playing immediately. The HTML5 technology ensures smooth performance across all devices and platforms.

Cross-Platform Compatibility

Play seamlessly on desktop computers, laptops, tablets, and smartphones. The game automatically adapts to your device's controls, whether you're using a mouse or touch screen.

Game Mechanics

Growing Your Snake

Collect small colored orbs scattered throughout the arena to increase your snake's length and score. The longer your snake becomes, the more powerful you are, but also the more vulnerable to attacks from smaller, more agile opponents.

Strategic Combat

The key to success isn't just growing big - it's about smart positioning and timing. Force other snakes to crash into your body by cutting them off or trapping them in corners. When they're destroyed, quickly consume their remains before other players steal them.

Risk vs Reward

Bigger snakes move slower but can eliminate smaller opponents more easily. Smaller snakes are nimble and can escape tight situations but are vulnerable to larger predators. Finding the right balance is crucial for long-term survival.

Operation Guide

Desktop Controls

  • Mouse Movement : Point your mouse in the direction you want your snake to move
  • Left Click or Space : Boost speed (consumes your snake's length)
  • Right Click : Quick 180-degree turn for emergency escapes

Mobile Controls

  • Touch Screen : Simply touch and drag your finger in the direction you want to move
  • Tap : Double-tap to boost speed when you need to escape or chase

Pro Tips for Success

  1. Stay on the edges when you're small to avoid being trapped
  2. Use the boost wisely - only when necessary for escapes or kills
  3. Circle smaller snakes to trap them against your body
  4. Follow bigger snakes and collect the orbs they leave behind
  5. Be patient - rushing often leads to crashes

Why Play Slither.io

Endless Replayability

With real human opponents and randomly generated orb patterns, no two games are ever the same. Each session presents new challenges and opportunities for different strategies.

Perfect for All Skill Levels

Whether you're a gaming novice or a hardcore player, Slither.io offers accessible gameplay that anyone can enjoy. The learning curve is gentle, but mastering the game takes dedication and skill.

No Commitment Required

Jump in for a quick 5-minute session or play for hours - the game adapts to your schedule. There's no story mode to complete or levels to unlock, just pure, immediate fun.

Completely Free

Enjoy the full Slither.io experience without spending a penny. No premium accounts, no pay-to-win mechanics, no hidden costs - just pure gaming enjoyment.

Social Gaming Experience

Compete against players from every corner of the world. The global leaderboard shows the top performers, and you might even encounter the same players across multiple sessions, creating ongoing rivalries and friendships.

Frequently Asked Questions (FAQ)

Slither.io - Multiplayer Snake Game