Snek Game

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

Snek Game क्या है?

Snek Game CreamMonke द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Game About Sneks made WSith Pure HTML, CSS, and Javascript."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Snek Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Snek Game Snek Game
ID hbmpaggicmgkhiifdhkjhkejpcabnkin
आधिकारिक URL https://chromewebstore.google.com/detail/snek-game/hbmpaggicmgkhiifdhkjhkejpcabnkin
विवरण A Game About Sneks made WSith Pure HTML, CSS, and Javascript.
फ़ाइल का आकार 53.87 KB
स्थापना संख्या 163
वर्तमान संस्करण 2.0
अंतिम अपडेट 2022-03-07
प्रकाशन तिथि 2021-12-20
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर CreamMonke
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}