added captures, movement, legalmoves hover, and basics of game
This commit is contained in:
@@ -2,6 +2,7 @@ import java.awt.*;
|
||||
import java.util.*;
|
||||
|
||||
public abstract class Piece {
|
||||
public static int SIZE = 40;
|
||||
Position pos;
|
||||
Image sprite;
|
||||
String color;
|
||||
|
||||
Reference in New Issue
Block a user