nakama-godot-demo

A demo project with Godot engine and Nakama server.

OTHER License

Stars
300
Committers
6

Bot releases are visible (Hide)

nakama-godot-demo - Godot Nakama Demo 1.1.0 Latest Release

Published by dsnopek over 2 years ago

This is a maintenance release that includes:

  • Update to Godot 3.4.4
  • Update to Nakama 3.10.0
  • Update to the Nakama Godot Client 3.1.0
  • Numerous bug fixes and documentation additions made shortly after 1.0.0 was released

But, fundamentally, the content of the demo and tutorial is the same.

nakama-godot-demo - Godot Nakama Demo 1.0.0

Published by NathanLovato over 4 years ago

Nakama Godot demo banner image

This demo shows how to use Nakama with the Nakama Godot client.

It showcases the following Nakama features:

  • Authentication, sessions, and disconnection.
  • Game storage.
  • Sockets and managing connections.
  • Real-time chat.
  • In-app notifications with popups.
  • Character color customization.
  • Platforming mechanics and synchronizing players. Multiple players can interact together.

It also shows good practices to design user interface and structure your Godot projects.

In-game screenshot

Getting started

Check out the README for instructions on using the demo. You can also find a lot of comments in the source code, which we invite you to read and explore.