issues
search
deodand-inc
/
crawler
dungeon crawl computer game
0
stars
0
forks
source link
Create a turn-tracking system
#7
Open
henges
opened
11 months ago
henges
commented
11 months ago
Create a system to track turns in the game.
One turn is ten minutes.
One round is ten seconds, i.e. there are 60 rounds in one turn.
During your turn, you may move up to your movement speed and perform one action.
If you've moved more than half of your movement speed, you can't perform an action this turn.
Create a system to track turns in the game.