Snek Game

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

Wat is Snek Game?

Snek Game is een Chrome-extensie ontwikkeld door CreamMonke, en de belangrijkste functie is "A Game About Sneks made WSith Pure HTML, CSS, and Javascript.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Snek Game

Download Snek Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Snek Game Snek Game
ID hbmpaggicmgkhiifdhkjhkejpcabnkin
Officiële URL https://chromewebstore.google.com/detail/snek-game/hbmpaggicmgkhiifdhkjhkejpcabnkin
Beschrijving A Game About Sneks made WSith Pure HTML, CSS, and Javascript.
Bestandsgrootte 53.87 KB
Aantal Installaties 163
Huidige Versie 2.0
Laatst Bijgewerkt 2022-03-07
Publicatiedatum 2021-12-20
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar CreamMonke
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}