Collection of GameDev resources

1 min read

A list of useful external GameDev resources, including Unreal Engine, Godot and Networking.

Unreal Engine

Gameplay Ability System

Godot

  • Network synchronizer
    Godot 3.x and 4.0 module to create realtime multiplayer games. It uses Prediction & Rewinding networking model. There is extra info in this GitHub PR.

Networking