From 1df766f662bff6e8ef8ce1d794ec5afc7561c7cc Mon Sep 17 00:00:00 2001 From: teascade Date: Tue, 9 May 2017 18:40:51 +0300 Subject: [PATCH] Updated ROADMAP.md --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index e8b2101..5168e58 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -45,7 +45,7 @@ Version 0.1.0 - Gigantic ------------------------ - [x] Spawning basic capsule characters. - [x] ...With movement capabilities. -- [ ] Client-server connectivity, players can see each other moving around. +- [x] Client-server connectivity, players can see each other moving around. - [x] 1. Client-server connectivity: the clients can connect to the server and send some messages back and forth. - [x] 2. Players can see eachothers capsule-characters and send commands to move them around. - - [ ] 3. Basic syncing (Send sync packages at certain intervals) in order to sync positions correctly between server and client. + - [x] 3. Basic syncing (Send sync packages at certain intervals) in order to sync positions correctly between server and client.