ausername-12345
Optimize HF Space startup: fix port, add .dockerignore, remove unused samples.json load
8491cf9 | title: Skrawl | |
| emoji: π¨ | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: docker | |
| pinned: false | |
| # π¨ Skrawl β Multiplayer Draw & Guess | |
| A real-time Skribbl-style drawing game for 2β6 players, powered by Node.js + Socket.io. | |
| ## How to Play | |
| 1. One player creates a room and shares the **6-letter code** | |
| 2. Everyone joins with that code | |
| 3. Host clicks **Start Game** | |
| 4. Each round: the drawer picks a word and draws it | |
| 5. Everyone else types guesses β faster guesses = more points | |
| 6. After all rounds, the leaderboard crowns the winner! | |
| ## Features | |
| - ποΈ Real-time canvas drawing with colors, brush sizes, and eraser | |
| - π¬ Live guess chat with "close!" hints | |
| - β±οΈ 80-second rounds with a countdown timer | |
| - π‘ Letter hints revealed over time | |
| - π Score tracking and final leaderboard | |
| - π¨ 150+ words across easy/medium/hard categories | |
| ## Run Locally | |
| ```bash | |
| npm install | |
| npm start | |
| # Open http://localhost:3000 | |
| ``` | |