public static void main(String[] args) throws Exception {
   Gobang gb = new Gobang();
   gb.init();
 }