|
|
|
|
|
by WA
57 days ago
|
|
When I started game programming, I thought that game programming means manipulating pixels on a screen. Took a while to understand that the stuff you see is just a representation of the game state in memory. The whole game could run in memory only without any render logic and would still work. That's what game servers do. |
|