Snek Game

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

什麼是Snek Game?

Snek Game是由CreamMonke開發的Chrome擴展程式,該擴展的主要功能是“A Game About Sneks made WSith Pure HTML, CSS, and Javascript.”。

擴展截圖

screenshot
screenshot

下載Snek Game擴展crx文件

下載Snek Game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}