Simulator for reading (E)BDDL problem and domain files and playing the encoded game.
The simulator has been developed and tested with python 3.9.
The simulator is run with the command python3 main.py
. If no problem or domain file is provided chess is simulated.
-
The argument
--domain
or-D
can be used to specify a domain file. -
The argument
--problem
or-P
can be used to specify a problem file.
Domain and problem files must be valid EBDDL.
-
The argument
--print_indices [0/1]
toggles whether or not to print indices on the game board, defaults 1. -
The argument
--show_grid [0/1]
toggles whether or not to print a grid on the game board, defaults 1. -
The argument
--debug [0/1]
prints various debug information. Defaults 0.