Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kastorcode/blast-arena

Browser based, battle royale, online multiplayer 2D game about bombs on a board.
https://github.com/kastorcode/blast-arena

axios battle-royale board-game bomb bomber bomberman browser-game client-server craco express kastorcode kastorcoder multiplayer-online-game nodejs nodemon old-school-game reactjs redux socket-io typescript

Last synced: 1 day ago
JSON representation

Browser based, battle royale, online multiplayer 2D game about bombs on a board.

Awesome Lists containing this project

README

        

## Blast Arena

> 👨‍đŸ’ģ Developed by Matheus Ramalho de Oliveira
🏗ī¸ Brazilian Software Engineer
✉ī¸ [email protected]
đŸĻĢ [LinkedIn](https://br.linkedin.com/in/kastorcode) â€ĸ [Instagram](https://instagram.com/kastorcode)

---

Blast Arena is a browser based, battle royale and online multiplayer game. With old school 2D graphics and a nostalgic soundtrack, 4 players compete for victory using bombs on a board. The game has more than 27 characters and scenarios, has power ups and support for controller, keyboard and touch screen. You can play with your friends and also pair up with anyone in the world, it has a lobby system, nickname, call and full-screen.

---

### Screenshots














---

### Installation and execution

Backend

1. Make a clone of this repository;
2. Open the `server` folder in a terminal;
3. Run `yarn` to install dependencies;
4. Run `yarn dev` to start the nodemon development server at port `4000`.

Frontend

1. Open the `client` folder in a terminal;
2. Run `yarn` to install dependencies;
3. Run `yarn dev` to start the craco development server at `https://192.168.2.81:3000/blast-arena`.

---


<kastor.code/>