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

https://github.com/realsba/the-game-client

This project is the browser client for the multiplayer game "The Game" which interprets the concept of the popular online game agar.io
https://github.com/realsba/the-game-client

modern-javascript multiplayer-game pixi-js vuejs

Last synced: about 2 months ago
JSON representation

This project is the browser client for the multiplayer game "The Game" which interprets the concept of the popular online game agar.io

Awesome Lists containing this project

README

          

# The Game Client

![GitHub package.json version](https://img.shields.io/github/package-json/v/realsba/the-game-client)
![GitHub](https://img.shields.io/github/license/realsba/the-game-client)
![GitHub issues](https://img.shields.io/github/issues/realsba/the-game-client)

This project is the browser client for the multiplayer game "The Game". It allows players to interact with the game
using modern web development technologies and frameworks such as Vue.js, Vuetify, and PIXI.js. Players can enjoy
exciting gameplay and interact with each other in the virtual world, similar to agar.io.

![](media/Screenshot01.png)

## Installation

```bash
npm install
```

## Usage

### Development
`npm run dev`

### Building for Production
`npm run build`

### Previewing Production Build
`npm run preview`

### Running Tests
`npm test`

## Technologies Used
- Vue.js
- Vuetify
- PIXI.js

## Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request.

## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/realsba/the-game-client/blob/main/LICENSE) file for details.

## Author
- Bohdan Sadovyak

## Bugs/Issues
Please report any bugs or issues [here](https://github.com/realsba/the-game-client/issues).