development
An introduction for development
questions about the existing code base
(solutions will come up later in the week)
- When you press w on the keyboard, what are the series of events that occur until your player moves on your screen?
- You shoot and kill a player, what were the series of events until the player is killed and stops moving, how do they show up as red on the screen?
- You run
/map_vote dm_blocks
in the chat box, how does the map get swapped out? How does the map change on the client side
- Follow up: Why doesn't the server send the map data along with all the players?
- Why does the function
recv_all
exist?
- What do different colors in the map mean?