About 317,000 results
Open links in new tab
  1. JavaScript Snake - patorjk.com

    JavaScript Snake Use the arrow keys on your keyboard to play the game. On Windows, press F11 to play in Full Screen mode.

  2. Beginner JavaScript Project – Snake Game Tutorial - YouTube

    In this beginners coding tutorial, you will learn to create a Retro Snake Game inspired by the iconic Nokia Snake game using vanilla HMTL, CSS and JavaScript!

  3. JavaScript Snake Game - GitHub

    JavaScript Snake Game This is a DOM-based game of Snake that I wrote in JavaScript over a decade ago. It was made to have sort of a nostalgic feel to it.

  4. JavaScript Snake game tutorial: Build a simple, interactive game

    May 5, 2025 · This tutorial will guide you in building a simple, interactive Snake game using HTML, CSS, and JavaScript. You’ll have a fun game and a better grasp of core web development concepts by the …

  5. Build a Classic Snake Game from Scratch with Pure JavaScript!

    Build a classic Snake game from scratch with pure JavaScript. This step-by-step guide covers setup, game logic, and customization tips for a fun coding project.

  6. Create a snake game using HTML, CSS and JavaScript

    Jul 23, 2025 · Snake Game is a single-player game where the snake gets bigger by eating the food and tries to save itself from the boundary of the rectangle and if the snake eats their own body the game …

  7. javascript-snake - Codesandbox

    Explore this online javascript-snake sandbox and experiment with it yourself using our interactive online playground. You can use it as a template to jumpstart your development with this pre-built solution.

  8. JavaScript Snake - Building a Snake Game - ZetCode

    Oct 18, 2023 · Learn how to create a Snake game in JavaScript using HTML5 canvas, with step-by-step examples.

  9. Snake Game with Vanilla Javascript | simple-JavaScript-Snake

    The classic Snake game done in javascript, css, and html without any external libraries. A static site that you can either download and run in your own browser or See it live here

  10. Retro Revival: How to Build the Classic Snake Game in JavaScript

    Apr 24, 2025 · Snake Game, a long-cherished classic in our collective childhood memories, and this will be the guide that will help you make it. This guide will teach you the basics of how to utilize HTML, …