Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kastorcode/blast-arena
- Owner: kastorcode
- Created: 2024-08-01T11:10:47.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-11T15:03:27.000Z (about 2 months ago)
- Last Synced: 2024-12-11T16:19:54.724Z (about 2 months ago)
- Topics: 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
- Language: TypeScript
- Homepage: https://kastorcode.github.io/blast-arena/
- Size: 17.4 MB
- Stars: 33
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/>