Snake vs Block Game

Collect food while avoiding collisions with random blocks.

O que é Snake vs Block Game?

Snake vs Block Game é uma extensão do Chrome desenvolvida por https://gamecheerleader.com, e sua principal característica é "Collect food while avoiding collisions with random blocks.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Snake vs Block Game

Baixe arquivos de extensão Snake vs Block Game no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Snake vs Block is an engaging game where players skillfully guide a growing snake to collect food while avoiding collisions with blocks and the snake's own lengthening body.

How to Play

1) Game Start: The snake starts moving automatically from a set position as soon as the game window opens.

2) Movement Controls: Use the Arrow Keys on your keyboard to control the snake's movement.

3) Objective: Your primary goal is to guide the snake to collect the red food item appearing randomly in game area. Each food item collected increases your score and the length of the snake.

4) Avoid Collisions: Be careful not to run into the blocks randomly positioned or the snake's body. If the snake collides with them, it’s Game Over!

5) Restart: If the game ends, the screen appears with a "Restart Game" button.

Tips for Success 

- Plan Your Route: As the snake grows, navigating becomes trickier. Plan your movements to avoid collisions with blocks ahead of time. 

Enjoy playing this snake game variant, and see how high you can score! For a variety of gaming experiences, feel free to explore our latest games listed at the bottom of the game window at any time.

CHANGELOG
==========
Version 0.1.2
- Add google analytics
- Show the list of new games

Version 0.1.0 - 0.1.1
- Initial release of game                    

Informações Básicas da Extensão

Nome Snake vs Block Game Snake vs Block Game
ID gfimhhnghaeemolpihbejepoklogamcl
URL Oficial https://chromewebstore.google.com/detail/snake-vs-block-game/gfimhhnghaeemolpihbejepoklogamcl
Descrição Collect food while avoiding collisions with random blocks.
Tamanho do Arquivo 15.25 KB
Contagem de Instalações 315
Versão Atual 0.1.2
Última Atualização 2024-03-07
Data de Publicação 2023-11-15
Desenvolvedor https://gamecheerleader.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.gamecheerleader.com
URL da Página de Ajuda https://www.gamecheerleader.com/listing/snake-vs-block-game/
URL da Página de Política de Privacidade https://www.gamecheerleader.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake vs Block Game",
    "version": "0.1.2",
    "description": "Collect food while avoiding collisions with random blocks.",
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}