From e740fc51242c7a68f41a6bf91ec74101c38dd509 Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Wed, 10 Jan 2024 11:11:29 -0500 Subject: [PATCH] Update README.md Signed-off-by: Glenn Fiedler --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f70d519..df3024e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ # netcode -**netcode** is a secure connection-based client/server protocol built on top of UDP. +**netcode** is a secure connection-based client/server protocol built on top of UDP. + +![image](https://github.com/mas-bandwidth/netcode/assets/696656/2ae3e795-2591-41c4-aec8-eaf0b44e9f17) It has the following features: @@ -10,8 +12,6 @@ It has the following features: * Client slot system where each client is assigned a client index on connect * Encrypted and signed packets -![image](https://github.com/mas-bandwidth/netcode/assets/696656/2ae3e795-2591-41c4-aec8-eaf0b44e9f17) - and protects your game server from: * Zombie clients