clbarnes / pixybattle

https://github.com/WomensCodingCircle/pixybattle.git
0 stars 1 forks source link

Prewarm rebase #39

Closed clbarnes closed 7 years ago

clbarnes commented 7 years ago

By default, the robot starts up and then waits for user input before it actually starts moving and firing, so that all of the imports/ setup is done and we can get moving immediately.

Also moved around the imports a bit.

There are command line arguments

  1. to skip the prewarm (--skip-prewarm/-s)
  2. to change command line logging verbosity (-v, -vv, -vvv)