
Basic Snake HTML and JavaScript Game · GitHub
3 days ago · Basic Snake HTML and JavaScript Game. GitHub Gist: instantly share code, notes, and snippets.
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 …
Basic Snake HTML and JavaScript Game · GitHub
Jul 12, 2025 · Basic Snake HTML and JavaScript Game. GitHub Gist: instantly share code, notes, and snippets.
Basic Snake HTML and JavaScript Game · GitHub
Basic Snake HTML and JavaScript Game. GitHub Gist: instantly share code, notes, and snippets.
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.
Basic Snake Game with score · GitHub
Basic Snake Game with score. GitHub Gist: instantly share code, notes, and snippets.
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 } …
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 { …
Basic Snake HTML and JavaScript Game - written in Functional ...
Basic Snake HTML and JavaScript Game - written in Functional programming style - snake_functional.html
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 …