👨💻 Developed by Matheus Ramalho de Oliveira
🏗️ Brazilian Software Engineer
✉️ kastorcode@gmail.com
🦫 LinkedIn • Instagram
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.
Backend
- Make a clone of this repository;
- Open the
server
folder in a terminal; - Run
yarn
to install dependencies; - Run
yarn dev
to start the nodemon development server at port4000
.
Frontend
- Open the
client
folder in a terminal; - Run
yarn
to install dependencies; - Run
yarn dev
to start the craco development server athttps://192.168.2.81:3000/blast-arena
.
<kastor.code/>