コード例 #1
0
ファイル: PacManWithUI.java プロジェクト: AshBullock/Flockers
 public PacManWithUI() {
   super(new PacMan(System.currentTimeMillis()));
 }
コード例 #2
0
 public AgentsForageWithUI() {
   super(new AgentsForage(System.currentTimeMillis()));
 }