https://github.com/neguindev/game-block
Game Block is a multiplayer block game built using Node.js, Express, and Socket.io. Players can move blocks around a grid and collect fruits to increase their score.
https://github.com/neguindev/game-block
Last synced: over 1 year ago
JSON representation
Game Block is a multiplayer block game built using Node.js, Express, and Socket.io. Players can move blocks around a grid and collect fruits to increase their score.
- Host: GitHub
- URL: https://github.com/neguindev/game-block
- Owner: NeguinDev
- License: mit
- Created: 2022-07-24T04:04:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T04:32:38.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T10:46:54.815Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game Block
## Description
Game Block is a multiplayer block game built using Node.js, Express, and Socket.io. Players can move blocks around a grid and collect fruits to increase their score.
## Requirements
- Node.js
- Express
- Socket.io
- Axios
- CORS
## Installation
Clone the repository:
```bash
git clone https://github.com/NeguinDev/game-block.git
```
Install the dependencies:
```bash
npm install
```
## Usage
To start the application, run:
```bash
npm start
```
Open `http://localhost:3000` in your web browser.
## Features
- Multiplayer support via Socket.io.
- Players can move blocks using keyboard or on-screen controls.
- Collect fruits to increase your score.
- Scoreboard to track player scores.
## Contribution
Feel free to contribute to the project. Open a PR or an issue for discussions.
## License
ISC