A real-time online block board
- Clone the repo
git clone https://github.com/Motues/BlockBoard.git
- Install dependencies
cd BlockBoard pnpm install - Start the server
then open http://localhost:33333
pnpm build pnpm start
Configure the server in game-config.json
| Name | Description |
|---|---|
rows |
The number of rows in the board |
cols |
The number of columns in the board |
cellSize |
The size of each block in pixels |
port |
The port the server will listen to |
