Snek Game
A Game About Sneks made WSith Pure HTML, CSS, and Javascript.
Co to jest Snek Game?
Snek Game to rozszerzenie Chrome opracowane przez CreamMonke, a jego główną funkcją jest „A Game About Sneks made WSith Pure HTML, CSS, and Javascript.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Snek Game
Pobierz pliki rozszerzeń Snek Game w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Snek Game |
ID | hbmpaggicmgkhiifdhkjhkejpcabnkin |
Oficjalny URL | https://chromewebstore.google.com/detail/snek-game/hbmpaggicmgkhiifdhkjhkejpcabnkin |
Opis | A Game About Sneks made WSith Pure HTML, CSS, and Javascript. |
Rozmiar pliku | 53.87 KB |
Liczba instalacji | 163 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2022-03-07 |
Data Publikacji | 2021-12-20 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | CreamMonke |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |