textual-engine
textual-engine copied to clipboard
add time limit to turns
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.