Snake Game

Snake Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Snake Game using HTML&CSS in VanillaJS with Source Code - A Snake Clone game created purely in JavaScript language as a web application. This game follows the same mechanics as the original snake game, where the player needs to acquire food that appears randomly on the screen. JavaScript Source Code.

Simple Snake Game with Counter in JavaScript Free Source Code

Submitted by razormist on
Simple Snake Game with Counter in JavaScript Free Source Code - A simple JavaScript game application that clone the snake game into a web browser. The game mechanics is simple where your only goal is to eat food that appear randomly in order to gain a score. JavaScript Free Source Code.

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 Oelasor on
This is a short and simple game program based on the mobile Snake Game popularized by the classic Nokia mobile phone models. The program demonstrates the use of Struct and Enum keywords in VB .Net 2010. The game uses the arrow keys on the keyboard. The snake increases its length and speed by 1 square unit (10 pixels x 10 pixels) and by 4 percent of its initial speed respectively for every