pretty cool
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
*/
|
||||
package chess;
|
||||
|
||||
import chess.render.*;
|
||||
import chess.model.ChessBoard;
|
||||
import chess.model.Game;
|
||||
import chess.simplerender.Window;
|
||||
|
||||
public class App {
|
||||
public String getGreeting() {
|
||||
@@ -11,6 +13,6 @@ public class App {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
new Window().run();
|
||||
new Window(new Game(new ChessBoard()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user