/godot-platform-multiplayer-with-nakama

Godot Multiplayer example using Nakama

Primary LanguageGDScriptApache License 2.0Apache-2.0

Godot Platform Multiplayer with Nakama

screenshot of current status

Required Software

How to run it locally

  1. $ cd nakama and $ docker compose up to start local nakama server
  2. Open project with Godot 3.X
  3. Run local web server and open two instances of http://localhost:8060/tmp_js_export.html

How to export to web

Change singletons/connection_manager.gd to reflect final nakama server address and port Check https://docs.godotengine.org/pt-br/3.x/tutorials/export/exporting_for_web.html