Copy the code below and paste it into your web page files as html to embed this game onto your web page. Only embed one game per page.
<!-- iDev.Games Responsive Embed Code for Simple Snake -->
<div style="position: relative;height: 0;overflow: hidden;padding-bottom: 56.25%;">
<iframe id="embededGame" src="https://idev.games/embed/simple-snake" scrolling="no" seamless="seamless" frameBorder="0" style="position: absolute;top:0;left: 0;width: 100%;height: 100%;">Browser not compatible.</iframe>
</div>
<!-- End Embed Code -->
Snake game is a classic arcade-style game where the player controls a growing snake. The goal of the game is to eat as many pieces of food as possible while avoiding colliding with the walls or the snake\'s own body. As the snake eats the food, it grows longer, making it harder to maneuver without running into itself. The game ends when the snake collides with a wall or its own body. It is a simple yet addictive game that has been enjoyed by players for decades.