Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.09 KB

Multiplayer Bomber

A multiplayer implementation of the classical bomberman game. One of the players should press "host", while the other should type in his address and press "play".

Language: GDScript

Renderer: GLES 2

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/139

Engine Version Language Networking
4.0.0 GDScript High-Level Multiplayer

Rivet Features

Running locally

  1. Clone the GitHub repo
  2. Open this folder
  3. Run: rivet init
  4. Run yarn start

Deploying to Rivet

Documentation

Screenshot