About 50 results
Open links in new tab
  1. Basic Snake HTML and JavaScript Game · GitHub

    3 days ago · Basic Snake HTML and JavaScript Game. GitHub Gist: instantly share code, notes, and snippets.

  2. Basic Snake HTML Game · GitHub

    Nov 14, 2024 · 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 …

  3. Basic Snake HTML and JavaScript Game · GitHub

    Jul 12, 2025 · Basic Snake HTML and JavaScript Game. GitHub Gist: instantly share code, notes, and snippets.

  4. Basic Snake HTML and JavaScript Game · GitHub

    Basic Snake HTML and JavaScript Game. GitHub Gist: instantly share code, notes, and snippets.

  5. Basic Snake Game Using JavaScript, HTML and CSS · GitHub

    Dec 12, 2020 · Basic Snake Game Using JavaScript, HTML and CSS. GitHub Gist: instantly share code, notes, and snippets.

  6. Basic Snake Game with score · GitHub

    Basic Snake Game with score. GitHub Gist: instantly share code, notes, and snippets.

  7. Snake HTML Game Code · GitHub

    May 27, 2020 · <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Snake Game</title> <style type="text/css"> body {text-align:center;} canvas { border:7px dashed #4A4747 } …

  8. HTML Snake Game · GitHub

    HTML Snake Game snake.html <!documentTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Play Snake Game</title> <style type="text/css"> body {text-align:center;} canvas { …

  9. Basic Snake HTML and JavaScript Game - written in Functional ...

    Basic Snake HTML and JavaScript Game - written in Functional programming style - snake_functional.html

  10. CSS Snake & Ladders: a multiplayer game developed in HTML+CSS …

    This is a multiplayer version (1-4 players) developed using HTML and CSS without any JavaScript. It is based on the idea of using radio-buttons, and labels to activate the radios, making the pieces move …