Snek Game

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

¿Qué es Snek Game?

Snek Game es una extensión de Chrome desarrollada por CreamMonke, y su función principal es "A Game About Sneks made WSith Pure HTML, CSS, and Javascript.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Snek Game

Descarga archivos de extensión Snek Game en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Snek Game Snek Game
ID hbmpaggicmgkhiifdhkjhkejpcabnkin
URL Oficial https://chromewebstore.google.com/detail/snek-game/hbmpaggicmgkhiifdhkjhkejpcabnkin
Descripción A Game About Sneks made WSith Pure HTML, CSS, and Javascript.
Tamaño del Archivo 53.87 KB
Cantidad de Instalaciones 163
Versión Actual 2.0
Última Actualización 2022-03-07
Fecha de Publicación 2021-12-20
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador CreamMonke
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}