Snek Game

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

Snek Game là gì?

Snek Game là một tiện ích mở rộng Chrome được phát triển bởi CreamMonke, và tính năng chính của nó là "A Game About Sneks made WSith Pure HTML, CSS, and Javascript.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Snek Game

Tải xuống các tệp mở rộng Snek Game dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Snek Game Snek Game
ID hbmpaggicmgkhiifdhkjhkejpcabnkin
URL Chính Thức https://chromewebstore.google.com/detail/snek-game/hbmpaggicmgkhiifdhkjhkejpcabnkin
Mô tả A Game About Sneks made WSith Pure HTML, CSS, and Javascript.
Kích Thước Tệp 53.87 KB
Số Lần Cài Đặt 163
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-03-07
Ngày Phát Hành 2021-12-20
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển CreamMonke
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}