views
49
likes
2

Comments

What do you think?
No comments yet.

This is my small work-in-progress multiplayer game to demonstrate my knowledge in netcode and it's implementation.  Code can be found here: https://github.com/Draparn/SmallMultiplayerGame

NOTE: The host needs to forward port 56789!



all-ages
Mild Cartoon Violence
Mild Fantasy Violence

New version: 0.6.0. This one has an entirely new level! Bigger and with more verticality. I've also added a grenade launcher and super health pickups.

Just updated the game to 0.5.0! This version has (vastly) improved client prediction and server reconciliation as well as more optimized bandwidth usage. Next, I will focus more on gameplay stuff like adding weapons and tweaking the level.

Released version 0.2.0 which has my first attempt at prediction and reconciliation for client movement.