An open API service indexing awesome lists of open source software.

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.

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