vansteki / snake-game-firefox-ext

Play the snake game in Firefox devtools panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake game in Firefox devtools panel πŸ¦ŠπŸ”¬πŸ

Play snake game in devtools panel

The the game is based on kubowania/Nokia3310-Snake but has other features and modifications:

  • Add pineapples to speed 50% up of the snake 🍍
  • Re-generate map tiles based on screen size (offsetWidth) πŸ—Ί
  • Integrate game into Firefox extension (devtools panel) 🦊
  • Use Tailwind CSS
  • Use TypeScript

screenshot:

screenshot

Usage

install dependencies

npm i

dev

dev and preview in Firefox browser

npm run dev

or

npx web-ext -s ./src run

dev with TailwindCSS

npm run dev:css

Ref

About

Play the snake game in Firefox devtools panel

License:MIT License


Languages

Language:CSS 43.2%Language:TypeScript 28.7%Language:JavaScript 23.2%Language:HTML 4.9%