Welcome to PEARL, a multiplayer Tetris-inspired game featuring custom shapes and real-time two-player gameplay.
You can play the game here:
๐ https://pearl-game.onrender.com
To run this server locally, follow the steps below:
git clone https://github.com/your-username/pearl-game.git
cd pearl-gamenpm install express socket.io helmetnode server.jshttp://localhost:3000
| Package | Purpose |
|---|---|
| express | Web framework for handling static files/routes |
| socket.io | Enables real-time communication via WebSocket |
| helmet | Adds secure HTTP headers for protection |