lholliger / territory.cf

the stuff behind https://territory.cf
MIT License
3 stars 0 forks source link

choppy movement, freezes occasionally #2

Closed ghost closed 7 years ago

ghost commented 7 years ago

Can you put the code in a new branch?

ghost commented 7 years ago

please

lholliger commented 7 years ago

im putting it in a seperate project lol

ghost commented 7 years ago

Why?

lholliger commented 7 years ago

becuase im not good at git and im lazy to find out... rip

ghost commented 7 years ago

lol just use github desktop or gitkraken then

lholliger commented 7 years ago

im using ubuntu from my server controlling it from a mac. i dont have a working laptop anymore :(

ghost commented 7 years ago

But macs are gud for dev

lholliger commented 7 years ago

but is from 2007 and is having some truble running TeamViewer, Spotify, and Chome, and i dont have any good editors installed

lholliger commented 7 years ago

wut if as a prank i put all the instructions (when i add them) in leetspeak pro mode

lholliger commented 7 years ago

how can I make my code (line 41-65 in https://github.com/DatOneLefty/territory.cf-socket) get the file contents before returning it?

lholliger commented 7 years ago

and sending the map would be an issue especially when every time you move it needs a new chunk, and sending the entire map at once may not work well

ghost commented 7 years ago

Just send everyone "hey in your cache of the map change [x, y] to [color]"

lholliger commented 7 years ago

my current system just adds it to a list and removes the first duplicate, but its breaking stuff i think, i think to fix it temporarly, i need to request a new map every few steps, at this point, it isnt that much

lholliger commented 7 years ago

issue fixed with beta 2.0 replacing php with node