An open API service indexing awesome lists of open source software.

https://github.com/yanashineru/snake-game

Little retro game Snake on HTML & JavaScript
https://github.com/yanashineru/snake-game

game html javascript retro-game snake snake-game snakegame

Last synced: 11 months ago
JSON representation

Little retro game Snake on HTML & JavaScript

Awesome Lists containing this project

README

          

# Snake Game

![](https://github.com/YanaShineRu/Snake-Game/blob/main/SnakeGame.gif)

### Setting snake.js

* const boardWidth = 600;
* const boardHeight = 600;
> Edit size game board + edit size css style #game-board in Snake Game.html
* let passOverBorder = true;
> ***true*** - Game mode no border
> ***false*** - Game mode with border

### Game Control

* Button Top ↑
* Button Bottom ↓
* Button Left ←
* Button Right →