Snake

Snake Game Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Snake Game, a timeless classic brought to life using HTML, CSS, and JavaScript! This interactive web-based game offers a thrilling experience where players control a snake navigating through a grid, aiming to collect apples and grow longer without colliding with obstacles or itself. The game's intuitive controls, responsive design, and dynamic gameplay make it accessible and

Classic Snake Game using Turtle in Python Free Source Code

Submitted by razormist on
Classic Snake Game using Turtle in Python Free Source Code - A Classic Snake Game where it clone the original and also have the same mechanic for the gameplay. The game is very easy and fun to play with all you have to do is to eat the food that appear randomly. JavaScript Free Source Code.

Simple Snake Game using HTML5 canvas and Pure Javascript

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple snake game using HTML5 canvas and pure Javascript. Snake game a simple game wherein there is a small snake at first and gets bigger whenever it eats a food that randomly appears on the screen. The goal of this game is to get a high score which depends on how big your snake gets.

Snake Game using Javascript

Submitted by jaredgwapo on
In this tutorial, I am going to teach on how to create a snake game in javascript. Just download the source code and follow the instructions below. DIRECTIONS HTML Code snake[i-1].xx) { context.drawImage(snakeTailImage, (snake[i].xx * 32), (snake[i].yy * 32) ); } //following right else if(snake[i].xx snake[i-1].xx) { drawRotatedImage(snakeTailImage,(snake[i].xx * 32), (snake[i].yy * 32), 180); }

Snake game

Submitted by ellord on
Hi, i'm a student in informatic and I had to correct and improve an original program. Rule : You must eat the purple square to gain point until you eat yourself accidentally. Control : Arrow key Bug correction/Improvement : -Sounds has been completely reworked. -Game doesn't freeze anymore before your snake die. -Look (Alignement, font, text, antialiasing...) Original version : http://www