jpillora / ssh-tron

Multiplayer Tron over SSH, written in Go
MIT License
143 stars 11 forks source link

Use flag.Duration for speed and delay #2

Closed hariharan-uno closed 9 years ago

hariharan-uno commented 9 years ago

It is easy to pass durations using this flag. For example, ssh-tron -delay=30ms or ssh-tron -delay=2s

jpillora commented 9 years ago

Thanks, I completely forgot about the duration flag