Snek Game

A Game About Sneks made WSith Pure HTML, CSS, and Javascript.

O que é Snek Game?

Snek Game é uma extensão do Chrome desenvolvida por CreamMonke, e sua principal característica é "A Game About Sneks made WSith Pure HTML, CSS, and Javascript.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Snek Game

Baixe arquivos de extensão Snek 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

                        Snek Game is a life changing thought provoking action experience that challenges societal norms.

Controls:
     Singleplayer:
          wasd or arrow keys - change direction
          r - restart current game (not in localmutliplayer)
     Localmultiplayer:
          wasd - player 1
          arrow keys - player 2

v 2.0:
-game now uses HTML canvas instead of individual HTML divs; should improve performance related bugs

v 1.0:
-new mode: localmultiplayer
-new menu
-UI color scheme changed from red to blue
-can now press r in singleplayer mode to instantly restart the game                    

Informações Básicas da Extensão

Nome Snek Game Snek Game
ID hbmpaggicmgkhiifdhkjhkejpcabnkin
URL Oficial https://chromewebstore.google.com/detail/snek-game/hbmpaggicmgkhiifdhkjhkejpcabnkin
Descrição A Game About Sneks made WSith Pure HTML, CSS, and Javascript.
Tamanho do Arquivo 53.87 KB
Contagem de Instalações 163
Versão Atual 2.0
Última Atualização 2022-03-07
Data de Publicação 2021-12-20
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor CreamMonke
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snek Game",
    "description": "A Game About Sneks made WSith Pure HTML, CSS, and Javascript.",
    "version": "2.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/snek.png",
        "48": "\/images\/snek.png",
        "128": "\/images\/snek.png"
    },
    "action": {
        "default_popup": "\/scenes\/menu\/index.html"
    }
}