About 511,000 results
Open links in new tab
  1. How to Build a Snake Game In JavaScript - freeCodeCamp.org

    Dec 11, 2020 · In this article I am going to show you how to build a snake game with JavaScript. A snake game is a simple game where a snake moves around a box trying to eat an apple. Once it successfully eats the apple, the length of the snake …

  2. Basic Snake HTML and JavaScript Game · GitHub

    4 days ago · Snake is a fun game to make as it doesn't require a lot of code (less than 100 lines with all comments removed). This is a basic implementation of the snake game, but it's missing a few things intentionally and they're left as further exploration for the reader. When the snake eats an apple, the score should increase by one.

  3. Lane-Romuald/Snake-Game-JavaScript - GitHub

    This repository contains the source code for a classic Snake game implemented in JavaScript. The game is designed to be lightweight, responsive, and customizable, making it a great project for learning or showcasing JavaScript programming skills.

    Missing:

    • Phone

    Must include:

  4. javascript - Snake Game with Mobile Button Controls - Stack Overflow

    In this Snake game, I need the buttons to control the snake just like the arrow keys do. This will allow the game to be played on a mobile device. You can see i have code in there for the buttons, but they are not working properly and not controlling the movement of the snake.

    Missing:

    • Phone

    Must include:

  5. javascript - Snake Game with Controller Buttons for Mobile Use ...

    Jun 3, 2015 · I’m trying to create a real easy snake game for project but need it to have buttons so the game will work on mobile. This is almost there except i need to have the buttons control the movement of the snake on screen:

    Missing:

    • Phone

    Must include:

  6. Snake Game with HTML, CSS, and JavaScript - Medium

    Sep 12, 2024 · Let’s create a classic Snake Game with HTML, CSS, and JavaScript. This version of the game is designed to be responsive, interactive, and a bit nostalgic, bringing back the charm of the...

    Missing:

    • Phone

    Must include:

  7. 20+ JavaScript Snake Games - Free Code + Demos

    Dec 28, 2019 · Collection of 20+ JavaScript Snake Games. All items are 100% free and open-source. 1. Pixelated Snake Game. 2. #codevember AI Snake! Can you win that AI snake? I don't think so :D. 4. SN4KE. 5. React Game: Snake. 6. Snake. A retro game of Snake with keyboard and touch controls. Built with typescript, rx.js and jsfx. 7. Snake Game - P5js. 8.

    Missing:

    • Phone

    Must include:

  8. How to code the classic game Snake and play it in your browser, …

    Aug 9, 2018 · Well this game development tutorial will show you how to build that classic Snake game and get it playable in your browser. You won’t use any libraries, ether. Just standard JavaScript. And you’ll get to learn some functional programming, too!

  9. 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 arrow keys. The objective is to eat the randomly …

    Missing:

    • Phone

    Must include:

  10. DimathJayasinghe/Snake_Game - GitHub

    This project is a modern implementation of the classic Snake game where players control a snake, guiding it to eat food while avoiding walls and the snake's own body. The game features: Smooth controls using arrow keys; Gradually increasing difficulty as the snake grows; Simple but attractive visuals; Score tracking; Game over screen with ...

    Missing:

    • Phone

    Must include:

  11. Some results have been removed