This commit is contained in:
Stephen McQuay 2014-01-06 23:33:06 -08:00
parent ff0b5bea4e
commit 82e54c28e7
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package main
import (
"flag"
"fmt"
"log"
"math/rand"
"sync"
"time"
@ -30,6 +31,7 @@ var botcount = flag.Int("bots", 1, "number of bots to spin up")
var verbose = flag.Bool("verbose", false, "run verbosly")
func main() {
log.SetFlags(log.Ldate | log.Ltime | log.Lshortfile)
rand.Seed(time.Now().UnixNano())
var gameName string
flag.Parse()