web-games

Installation
SKILL.md

Web Browser Game Development

Framework selection and browser-specific principles.


1. Framework Selection

Decision Tree

What type of game?
├── 2D Game
│   ├── Full game engine features? → Phaser
│   └── Raw rendering power? → PixiJS
├── 3D Game
│   ├── Full engine (physics, XR)? → Babylon.js
Related skills
Installs
1
GitHub Stars
1
First Seen
Apr 13, 2026