Run the CLI

  • General help
    dodgem -h
    
  • Play 10 games on 4x4 with CPU level 4 vs. 4 (requires MongoDB)

    dodgem -n 4 -p -r 10 -l 4
    
  • Play a game without MongoDB (levels 1–3) at level 2 vs. 3 by showing the process

    dodgem -n 4 -p -l 2 -g 3 -r 1 -v 3
    
  • Show MongoDB status for n=4

    dodgem -n 4 -s
    
  • Build the MongoDB evaluation DB for 4x4

    dodgem -n 4 -c
    

Launch the GUI

dodgem --gui