Godot Multiplayer School Project banner

Godot Multiplayer School Project

2 devlogs
19h 23m 44s

A simple survival multiplayer game for a school project

This project uses AI

Used to explain how to do certain things in my code with the multiplayer side of things

ryankruger008

Here i am displaying everything that i have added so far in this game please watch the video to get an understanding

  • log cabin building good
  • multiplayer syncronisation polished
    -AI zombie with animated body made it blender it uses pathfinding and groups to detect the player if it doesnt it just wanders to random locations
  • simple main menu is implemented but didnt show it
  • Day and night cycle
  • Weather using GpuParticles
0
ryankruger008

Implemented multiplayer, building a cabin, cutting down trees, .simple inventory system, axe, rocks, logs, and a simple start screen where you add in an IP address to join to the host. It all uses the Godot inbuilt multiplayer and most of it either syncs using @rpc or multiplayersyncroniser nodes. In my next devlog I will show a video of the game working and about the AI system I will inplement

Attachment
Attachment
0