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
- Host: GitHub
- URL: https://github.com/realsba/the-game-client
- Owner: realsba
- License: mit
- Created: 2023-07-04T17:05:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T15:33:50.000Z (over 1 year ago)
- Last Synced: 2025-05-15T11:50:33.394Z (10 months ago)
- Topics: modern-javascript, multiplayer-game, pixi-js, vuejs
- Language: JavaScript
- Homepage:
- Size: 1.47 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

## 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).