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
公式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
Eメール [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"
    }
}