Language
Python
Compiler
CPython 3.6.2
Options
$ python3 prog.py  
	+-------+-------+-------|
	|  01 	|  XX	|  02 
	+-------+-------+-------|
	|  03 	|  04 	|  05 
	+-------+-------+-------|
	|  06 	|  07 	|  08 
	+-------+-------+-------|
please type the number of the piece to move : ( q ) to quit  
you have made 1 moves so far.
	+-------+-------+-------|
	|  XX	|  01 	|  02 
	+-------+-------+-------|
	|  03 	|  04 	|  05 
	+-------+-------+-------|
	|  06 	|  07 	|  08 
	+-------+-------+-------|
please type the number of the piece to move : ( q ) to quit  
game over  
Exit Code: 
0