Snake Game

Score: 0

How to Play

.mobile-controls { display: grid; } h1 { font-size: 2em; } .score { font-size: 1.2rem; } .button { padding: 8px 16px; font-size: 14px; } } /* 返回按钮样式 */ .back-button { position: fixed; top: 20px; left: 20px; background-color: var(--primary-color); color: white; border: none; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,0.2); z-index: 1000; transition: all 0.3s ease; } .back-button:hover { transform: scale(1.1); background-color: #388E3C; } .back-button i { font-size: 1.5rem; }

Snake Game

Score: 0

How to Play

What is Snake?

Snake is a classic free online arcade game where you control a moving snake, collect food to grow longer, and avoid crashing into walls or your own tail.

How to Play Snake

Use the arrow keys, WASD, or mobile controls to change direction. Each food item adds points and length, making the next move harder.

Snake Tips

Similar Games

Snake FAQ

Is Snake good for quick breaks?

Yes. Snake starts instantly and works well for short five-minute play sessions.

Do I need to install Snake?

No. This version runs directly in your browser.