About 126,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. 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.

  3. 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.

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

    May 5, 2025 · Remember the classic Snake game? Let’s bring it to life with JavaScript! This tutorial will guide you in building a simple, interactive Snake game using HTML, CSS, and JavaScript. You’ll …

  5. 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.

  6. 18 JavaScript Snake Games - Free Frontend

    Dec 25, 2025 · Discover JavaScript Snake games with smooth controls, score tracking, and grid movement — great for practicing logic and animations.

  7. How to Code The Snake Game Using JavaScript - Full Tutorial

    Aug 30, 2024 · Learn how to code the classic Snake game in JavaScript with this detailed tutorial. Step-by-step instructions and code examples will guide you through building your own interactive game.

  8. JavaScript Snake Game Tutorial - CodePal

    Learn how to create a simple snake game using JavaScript with detailed explanations and code snippets.

  9. Snake Game with Vanilla Javascript

    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. Snake Game JavaScript Code — CodePel

    Jan 24, 2024 · This code implements a simple snake game using JavaScript and HTML canvas. The game allows the player to control a snake on the canvas, moving it in different directions using the …