textual-engine icon indicating copy to clipboard operation
textual-engine copied to clipboard

add time limit to turns

Open ssube opened this issue 4 years ago • 0 comments

The current world is turn-based, stepping every time the player submits a command. In a network scenario, the world should wait a reasonable amount of time for all players to provide input/commands, then run the world with the commands that have been collected.

This is still turn-based, not fully real-time. That is a v2 thing.

ssube avatar May 29 '21 04:05 ssube