A modern remake of the classic Snake game, built in Unity 2020.3.43f1.
Smooth movement, retro pixel feel, and clean UI — now playable right in your browser!
(No downloads. Just launch and play!)
- 🟢 Classic snake gameplay – eat and grow
- 💥 Avoid crashing into walls or yourself
- 🕹️ Keyboard support (WASD / Arrow keys)
- 📺 Scene switching (menu → game → restart)
- 🔊 Sound effects and optional music
- 🌐 WebGL build for browser play
- Clone or download this repository
- Open the project in Unity Hub (version 2020.3.43f1 LTS)
- Load the
Scenes/Main.unityscene - Press
▶️ Play or build to WebGL (File → Build Settings)
- Unity 2020.3.43f1 LTS
- C# for gameplay and input logic
- Unity's built-in UI system
- Keyboard input via
Input.GetKey() - Scene management (
SceneManager)
Here’s how I organized the Assets folder:
Assets/
├── Art/ # All visuals, images
├── Audio/ # Music and SFX
├── Prefabs/ # Reusable game objects
├── Scenes/ # Game and menu scenes
├── Scripts/ # All C# code
├── UI/ # Buttons, texts, fonts
Tony (Legato12)
This project was made as part of my personal Unity portfolio.
Thanks for playing!
Free to use, learn from, or build on. Credit is appreciated but not required.
