コード例 #1
0
ファイル: Overlord.java プロジェクト: KStClaire/Chess
 public void getManip() throws IOException {
   boolean exit = false;
   while (!exit) {
     run();
     this.io = new IO(this);
     io.getInfoFromString(cd.displayMoves());
   }
 }