Skip to content

Releases: heroiclabs/nakama-godot-demo

Godot Nakama Demo 1.1.0

29 Apr 21:18
3957c8c
Compare
Choose a tag to compare

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.

Godot Nakama Demo 1.0.0

01 May 05:27
1.0.0
Compare
Choose a tag to compare

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.