Snek Game

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

Snek Gameคืออะไร?

Snek Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CreamMonke และคุณลักษณะหลักของมันคือ "A Game About Sneks made WSith Pure HTML, CSS, and Javascript."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snek Game

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}