Tagged Questions
0
votes
1answer
96 views
Approaching syncing between client and server, in a Tower Defense game
I am currently working on a Multiplayer TD, players can join games, and place towers on a map, so far so good.
This is how the game works as of today, when a new game is created, the server ...
0
votes
0answers
47 views
Architecture for mixing synchronous and asynchronous program flow to maximize faux real-time yet logical gameplay?
What I am attempting to make is a faux real-time game engine in node.js (taking advantage of the non-blocking I/O). When I say 'faux real-time' what I mean is I want players to interact with the world ...