Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 606 Bytes

Console.rst

File metadata and controls

14 lines (11 loc) · 606 Bytes

Console interface

The framework have also console interface. You can use console to test you Expert system for whole simulation. Simulate the game without GUI is faster and you don't need to click on anything. Also you can export history log from the simulation, so find out why your king die so fast.

Options
  • --gui / --nogui - Disable or enable GUI
  • -r / --rounds - Set maximum of rounds for simulation
  • -l / --log-output - Save log from the game in txt format
  • --help - Display help message

Simulation without GUI is faster and also you can automatize testing.