Tagged Questions
2
votes
2answers
168 views
What sort of data should be sent for mouse-based movement in a multiplayer game?
I'm new to the Multiplayer Rodeo here so please bear with me...
I am just getting started and I'm trying to figure out how to deal with movement.
I've looked at the question Best way to implement ...
2
votes
1answer
1k views
2D Topdown Shooter - Player Movement Relative to Mouse
I'm trying to make a topdown 2D space game for my school project. I'm almost done but I just want to add a few little things to make the game more fun to play.
if (keystate.IsKeyDown(Keys.W))
...
3
votes
2answers
653 views
Mouse-driven Movement
I'm trying to write a game where player picks where they are going by just mouse-clicking on that position and it goes there (just like RuneScape's point-and-click mouse interface).
I'm trying to get ...