Skip to content

codemelonn/pearl-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

PEARL Multiplayer Game

Welcome to PEARL, a multiplayer Tetris-inspired game featuring custom shapes and real-time two-player gameplay.

๐Ÿ”— Live Demo

You can play the game here:
๐Ÿ‘‰ https://pearl-game.onrender.com


๐Ÿ› ๏ธ Server Setup Instructions

To run this server locally, follow the steps below:

1. Clone the Repository or Download the Folder

git clone https://github.com/your-username/pearl-game.git
cd pearl-game

2. Install Required Packages

npm install express socket.io helmet

3. Start the Server

node server.js

4. Visit in Your Browser

http://localhost:3000

๐Ÿ“ฆ Installed Packages

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

About

My person website!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published